#24046E

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

Shades of Persian Indigo #24046E

Tints of Persian Indigo #24046E

Color information

#24046E (or 0x24046E) is unknown color: approx Persian Indigo. HEX triplet: 24, 04 and 6E. RGB value is (36,4,110). Sum of RGB (Red+Green+Blue) = 36+4+110=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #24046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24046E is #DBFB91. Grayscale: #191919. Windows color (decimal): -14416786 or 7210020. OLE color: 7210020.

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

Color convert

RGB364110-
CMYK0.670.9600.57
HSL258.11º92.98%22.35%-
HSV(B)258.11º96.36%43.14%-
XYZ3.591.5914.87-
YUV25.65175.6135.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 110 (43.36% from 255) = 73.33%
R=24%
G=2.67%
B=73.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3641100.670.9600.57258.1192.9822.35
Hex2446E43600391025d16
Octal44415610314007140213526
Binary1001001001101110100001111000000111001100000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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