Shades of Persian Indigo #24047C
Tints of Persian Indigo #24047C
RGB
CMYK
RGB Variations
Color information
#24047C (or 0x24047C) is known color: Persian Indigo. HEX triplet: 24, 04 and 7C. RGB value is (36,4,124). Sum of RGB (Red+Green+Blue) = 36+4+124=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #24047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24047C is #DBFB83. Grayscale: #1A1A1A. Windows color (decimal): -14416772 or 8127524. OLE color: 8127524.
HSL color Cylindrical-coordinate representation of color #24047C: hue angle of 256º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24047C is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 4 | 124 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.51 |
| HSL | 256º | 0.94% | 0.25% | - |
| HSV(B) | 256º | 0.97% | 0.49% | - |
| XYZ | 4.41 | 1.92 | 19.21 | - |
| YUV | 27.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 124 | 0.71 | 0.97 | 0 | 0.51 | 256 | 0.94 | 0.25 |
| Hex | 24 | 4 | 7C | 47 | 61 | 0 | 33 | 100 | 5E | 19 |
| Octal | 44 | 4 | 174 | 107 | 141 | 0 | 63 | 400 | 136 | 31 |
| Binary | 100100 | 100 | 1111100 | 1000111 | 1100001 | 0 | 110011 | 100000000 | 1011110 | 11001 |
Color Harmonies of #24047C
Complementary color
Monochromatic Colors of #24047C
Black with #24047C
Text Example
Text Example
White with #24047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24047C; }
p { color: rgb(36,4,124); }
H1.HeaderClassName
{
color: #24047C;
}
.AnyTagClassName
{
color: #24047C;
}
</style>
background-color css
<style>
a { background-color: #24047C; }
a { background-color: rgb(36,4,124); }
div.DivClassName
{
background-color: #24047C;
}
.BgClassName
{
background-color: #24047C;
}
</style>
border-color css
<style>
span { border-color: #24047C; }
span { border-color: rgb(36,4,124); }
td.TdClassName
{
border-color: #24047C;
}
.TagClassName
{
border-color: #24047C;
}
</style>