#4C2DE0

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

Shades of Han Purple #4C2DE0

Tints of Han Purple #4C2DE0

Color information

#4C2DE0 (or 0x4C2DE0) is unknown color: approx Han Purple. HEX triplet: 4C, 2D and E0. RGB value is (76,45,224). Sum of RGB (Red+Green+Blue) = 76+45+224=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #4C2DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DE0 is #B3D21F. Grayscale: #494949. Windows color (decimal): -11784736 or 14691660. OLE color: 14691660.

HSL color Cylindrical-coordinate representation of color #4C2DE0: hue angle of 250.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C2DE0 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7645224-
CMYK0.660.8000.12
HSL250.39º74.27%52.75%-
HSV(B)250.39º79.91%87.84%-
XYZ17.378.871.3-
YUV74.68212.27128.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 224 (87.89% from 255) = 64.93%
R=22.03%
G=13.04%
B=64.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal76452240.660.8000.12250.3974.2752.75
Hex4C2DE042500Cfa4a35
Octal1145534010212001437211265
Binary1001100101101111000001000010101000001100111110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,45,224); }

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

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

 a { background-color: rgb(76,45,224); }

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

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

 span { border-color: rgb(76,45,224); }

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