#24006B

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

Shades of Persian Indigo #24006B

Tints of Persian Indigo #24006B

Color information

#24006B (or 0x24006B) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 6B. RGB value is (36,0,107). Sum of RGB (Red+Green+Blue) = 36+0+107=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #24006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006B is #DBFF94. Grayscale: #161616. Windows color (decimal): -14417813 or 7012388. OLE color: 7012388.

HSL color Cylindrical-coordinate representation of color #24006B: hue angle of 260.19º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24006B is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB360107-
CMYK0.66100.58
HSL260.19º100%20.98%-
HSV(B)260.19º100%41.96%-
XYZ3.381.4414.01-
YUV22.96175.43137.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 74.83%
R=25.17%
G=0%
B=74.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3601070.66100.58260.1910020.98
Hex2406B426403A1046415
Octal44015310214407240414425
Binary10010001101011100001011001000111010100000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24006B; }

 p { color: rgb(36,0,107); }

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

<style>
 a { background-color: #24006B; }

 a { background-color: rgb(36,0,107); }

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

<style>
 span { border-color: #24006B; }

 span { border-color: rgb(36,0,107); }

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