#24046C

Color #24046C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #24046C

Tints of Persian Indigo #24046C

Color information

#24046C (or 0x24046C) is unknown color: approx Persian Indigo. HEX triplet: 24, 04 and 6C. RGB value is (36,4,108). Sum of RGB (Red+Green+Blue) = 36+4+108=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #24046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24046C is #DBFB93. Grayscale: #191919. Windows color (decimal): -14416788 or 7078948. OLE color: 7078948.

HSL color Cylindrical-coordinate representation of color #24046C: hue angle of 258.46º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24046C is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB364108-
CMYK0.670.9600.58
HSL258.46º92.86%21.96%-
HSV(B)258.46º96.3%42.35%-
XYZ3.481.5414.3-
YUV25.42174.6135.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 108 (42.58% from 255) = 72.97%
R=24.32%
G=2.70%
B=72.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3641080.670.9600.58258.4692.8621.96
Hex2446C436003A1025d16
Octal44415410314007240213526
Binary1001001001101100100001111000000111010100000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24046C; }

 p { color: rgb(36,4,108); }

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

<style>
 a { background-color: #24046C; }

 a { background-color: rgb(36,4,108); }

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

<style>
 span { border-color: #24046C; }

 span { border-color: rgb(36,4,108); }

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