Shades of Persian Indigo #24005E
Tints of Persian Indigo #24005E
RGB
CMYK
RGB Variations
Color information
#24005E (or 0x24005E) is known color: 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
| RGB | 36 | 0 | 94 | - |
| CMYK | 0.62 | 1 | 0 | 0.63 |
| HSL | 262.98º | 1% | 0.18% | - |
| HSV(B) | 262.98º | 1% | 0.37% | - |
| XYZ | 2.75 | 1.18 | 10.67 | - |
| YUV | 21.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 94 | 0.62 | 1 | 0 | 0.63 | 262.98 | 1 | 0.18 |
| Hex | 24 | 0 | 5E | 3E | 64 | 0 | 3F | 107 | 64 | 12 |
| Octal | 44 | 0 | 136 | 76 | 144 | 0 | 77 | 407 | 144 | 22 |
| Binary | 100100 | 0 | 1011110 | 111110 | 1100100 | 0 | 111111 | 100000111 | 1100100 | 10010 |
Color Harmonies of #24005E
Complementary color
Monochromatic Colors of #24005E
Black with #24005E
Text Example
Text Example
White with #24005E
Text Example
Text Example
HTML Codes & Css Web 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>