Shades of Persian Indigo #24036E
Tints of Persian Indigo #24036E
RGB
CMYK
RGB Variations
Color information
#24036E (or 0x24036E) is known color: Persian Indigo. HEX triplet: 24, 03 and 6E. RGB value is (36,3,110). Sum of RGB (Red+Green+Blue) = 36+3+110=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #24036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24036E is #DBFC91. Grayscale: #181818. Windows color (decimal): -14417042 or 7209764. OLE color: 7209764.
HSL color Cylindrical-coordinate representation of color #24036E: hue angle of 258.5º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24036E is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 3 | 110 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.57 |
| HSL | 258.5º | 0.95% | 0.22% | - |
| HSV(B) | 258.5º | 0.97% | 0.43% | - |
| XYZ | 3.57 | 1.57 | 14.87 | - |
| YUV | 25.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 110 | 0.67 | 0.97 | 0 | 0.57 | 258.5 | 0.95 | 0.22 |
| Hex | 24 | 3 | 6E | 43 | 61 | 0 | 39 | 103 | 5F | 16 |
| Octal | 44 | 3 | 156 | 103 | 141 | 0 | 71 | 403 | 137 | 26 |
| Binary | 100100 | 11 | 1101110 | 1000011 | 1100001 | 0 | 111001 | 100000011 | 1011111 | 10110 |
Color Harmonies of #24036E
Complementary color
Monochromatic Colors of #24036E
Black with #24036E
Text Example
Text Example
White with #24036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24036E; }
p { color: rgb(36,3,110); }
H1.HeaderClassName
{
color: #24036E;
}
.AnyTagClassName
{
color: #24036E;
}
</style>
background-color css
<style>
a { background-color: #24036E; }
a { background-color: rgb(36,3,110); }
div.DivClassName
{
background-color: #24036E;
}
.BgClassName
{
background-color: #24036E;
}
</style>
border-color css
<style>
span { border-color: #24036E; }
span { border-color: rgb(36,3,110); }
td.TdClassName
{
border-color: #24036E;
}
.TagClassName
{
border-color: #24036E;
}
</style>