#24006E

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

Shades of Persian Indigo #24006E

Tints of Persian Indigo #24006E

Color information

#24006E (or 0x24006E) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 6E. RGB value is (36,0,110). Sum of RGB (Red+Green+Blue) = 36+0+110=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #24006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24006E is #DBFF91. Grayscale: #161616. Windows color (decimal): -14417810 or 7208996. OLE color: 7208996.

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

Color convert

RGB360110-
CMYK0.67100.57
HSL259.64º100%21.57%-
HSV(B)259.64º100%43.14%-
XYZ3.541.514.85-
YUV23.3176.93137.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=24.66%
G=0%
B=75.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3601100.67100.57259.6410021.57
Hex2406E43640391046416
Octal44015610314407140414426
Binary10010001101110100001111001000111001100000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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