#24005E

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

Shades of Persian Indigo #24005E

Tints of Persian Indigo #24005E

Color information

#24005E (or 0x24005E) is unknown color: approx Persian Indigo. HEX triplet: 24, 00 and 5E. RGB value is (36,0,94). Sum of RGB (Red+Green+Blue) = 36+0+94=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #24005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24005E is #DBFFA1. Grayscale: #151515. Windows color (decimal): -14417826 or 6160420. OLE color: 6160420.

HSL color Cylindrical-coordinate representation of color #24005E: hue angle of 262.98º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24005E is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB36094-
CMYK0.62100.63
HSL262.98º100%18.43%-
HSV(B)262.98º100%36.86%-
XYZ2.751.1810.67-
YUV21.48168.93138.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 27.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 72.31%
R=27.69%
G=0%
B=72.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal360940.62100.63262.9810018.43
Hex2405E3E6403F1076412
Octal4401367614407740714422
Binary1001000101111011111011001000111111100000111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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