#4d2ffd

Color #4D2FFD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4D2FFD

Tints of Han Purple #4D2FFD

Color information

#4D2FFD (or 0x4D2FFD) is unknown color: approx Han Purple. HEX triplet: 4D, 2F and FD. RGB value is (77,47,253). Sum of RGB (Red+Green+Blue) = 77+47+253=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D2FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2FFD is #B2D002. Grayscale: #4E4E4E. Windows color (decimal): -11718659 or 16592717. OLE color: 16592717.

HSL color Cylindrical-coordinate representation of color #4D2FFD: hue angle of 248.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2FFD is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7747253-
CMYK0.700.8100.01
HSL248.74º98.1%58.82%-
HSV(B)248.74º81.42%99.22%-
XYZ21.8110.793.84-
YUV79.45225.94126.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 253 (99.22% from 255) = 67.11%
R=20.42%
G=12.47%
B=67.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal77472530.700.8100.01248.7498.158.82
Hex4D2FFD465101f9623b
Octal115573751061210137114273
Binary1001101101111111111011000110101000101111110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d2ffd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4d2ffd; }

 p { color: rgb(77,47,253); }

 H1.HeaderClassName
 {
   color: #4d2ffd;
 }
 .AnyTagClassName
 {
   color: #4d2ffd;
 }
</style>
background-color css

<style>
 a { background-color: #4d2ffd; }

 a { background-color: rgb(77,47,253); }

 div.DivClassName
 {
   background-color: #4d2ffd;
 }
 .BgClassName
 {
   background-color: #4d2ffd;
 }
</style>
border-color css

<style>
 span { border-color: #4d2ffd; }

 span { border-color: rgb(77,47,253); }

 td.TdClassName
 {
   border-color: #4d2ffd;
 }
 .TagClassName
 {
   border-color: #4d2ffd;
 }
</style>