Shades of Persian Indigo #24027D
Tints of Persian Indigo #24027D
RGB
CMYK
RGB Variations
Color information
#24027D (or 0x24027D) is known color: Persian Indigo. HEX triplet: 24, 02 and 7D. RGB value is (36,2,125). Sum of RGB (Red+Green+Blue) = 36+2+125=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #24027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24027D is #DBFD82. Grayscale: #191919. Windows color (decimal): -14417283 or 8192548. OLE color: 8192548.
HSL color Cylindrical-coordinate representation of color #24027D: hue angle of 256.59º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24027D is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 2 | 125 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.51 |
| HSL | 256.59º | 0.97% | 0.25% | - |
| HSV(B) | 256.59º | 0.98% | 0.49% | - |
| XYZ | 4.45 | 1.9 | 19.53 | - |
| YUV | 26.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 125 | 0.71 | 0.98 | 0 | 0.51 | 256.59 | 0.97 | 0.25 |
| Hex | 24 | 2 | 7D | 47 | 62 | 0 | 33 | 101 | 61 | 19 |
| Octal | 44 | 2 | 175 | 107 | 142 | 0 | 63 | 401 | 141 | 31 |
| Binary | 100100 | 10 | 1111101 | 1000111 | 1100010 | 0 | 110011 | 100000001 | 1100001 | 11001 |
Color Harmonies of #24027D
Complementary color
Monochromatic Colors of #24027D
Black with #24027D
Text Example
Text Example
White with #24027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24027D; }
p { color: rgb(36,2,125); }
H1.HeaderClassName
{
color: #24027D;
}
.AnyTagClassName
{
color: #24027D;
}
</style>
background-color css
<style>
a { background-color: #24027D; }
a { background-color: rgb(36,2,125); }
div.DivClassName
{
background-color: #24027D;
}
.BgClassName
{
background-color: #24027D;
}
</style>
border-color css
<style>
span { border-color: #24027D; }
span { border-color: rgb(36,2,125); }
td.TdClassName
{
border-color: #24027D;
}
.TagClassName
{
border-color: #24027D;
}
</style>