#4D2CF0

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

Shades of Han Purple #4D2CF0

Tints of Han Purple #4D2CF0

Color information

#4D2CF0 (or 0x4D2CF0) is unknown color: approx Han Purple. HEX triplet: 4D, 2C and F0. RGB value is (77,44,240). Sum of RGB (Red+Green+Blue) = 77+44+240=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #4D2CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2CF0 is #B2D30F. Grayscale: #4B4B4B. Windows color (decimal): -11719440 or 15739981. OLE color: 15739981.

HSL color Cylindrical-coordinate representation of color #4D2CF0: hue angle of 250.1º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2CF0 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7744240-
CMYK0.680.8200.06
HSL250.1º86.73%55.69%-
HSV(B)250.1º81.67%94.12%-
XYZ19.699.6783.27-
YUV76.21220.43128.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 44 (17.58% from 255) = 12.19%
BLUE value IS 240 (94.14% from 255) = 66.48%
R=21.33%
G=12.19%
B=66.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal77442400.680.8200.06250.186.7355.69
Hex4D2CF0445206fa5738
Octal115543601041220637212770
Binary100110110110011110000100010010100100110111110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,44,240); }

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

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

 a { background-color: rgb(77,44,240); }

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

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

 span { border-color: rgb(77,44,240); }

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