#4B24DC

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

Shades of Han Purple #4B24DC

Tints of Han Purple #4B24DC

Color information

#4B24DC (or 0x4B24DC) is unknown color: approx Han Purple. HEX triplet: 4B, 24 and DC. RGB value is (75,36,220). Sum of RGB (Red+Green+Blue) = 75+36+220=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B24DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B24DC is #B4DB23. Grayscale: #434343. Windows color (decimal): -11852580 or 14427211. OLE color: 14427211.

HSL color Cylindrical-coordinate representation of color #4B24DC: hue angle of 252.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B24DC is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7536220-
CMYK0.660.8400.14
HSL252.72º72.44%50.2%-
HSV(B)252.72º83.64%86.27%-
XYZ16.457.9268.37-
YUV68.64213.42132.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 36 (14.45% from 255) = 10.88%
BLUE value IS 220 (86.33% from 255) = 66.47%
R=22.66%
G=10.88%
B=66.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal75362200.660.8400.14252.7272.4450.2
Hex4B24DC42540Efd4832
Octal1134433410212401637511062
Binary1001011100100110111001000010101010001110111111011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B24DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,220); }

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

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

 a { background-color: rgb(75,36,220); }

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

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

 span { border-color: rgb(75,36,220); }

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