Shades of Persian Indigo #24137D
Tints of Persian Indigo #24137D
RGB
CMYK
RGB Variations
Color information
#24137D (or 0x24137D) is known color: Persian Indigo. HEX triplet: 24, 13 and 7D. RGB value is (36,19,125). Sum of RGB (Red+Green+Blue) = 36+19+125=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #24137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24137D is #DBEC82. Grayscale: #232323. Windows color (decimal): -14412931 or 8196900. OLE color: 8196900.
HSL color Cylindrical-coordinate representation of color #24137D: hue angle of 249.62º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24137D is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 19 | 125 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.51 |
| HSL | 249.62º | 0.74% | 0.28% | - |
| HSV(B) | 249.62º | 0.85% | 0.49% | - |
| XYZ | 4.66 | 2.32 | 19.6 | - |
| YUV | 36.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 125 | 0.71 | 0.85 | 0 | 0.51 | 249.62 | 0.74 | 0.28 |
| Hex | 24 | 13 | 7D | 47 | 55 | 0 | 33 | FA | 4A | 1C |
| Octal | 44 | 23 | 175 | 107 | 125 | 0 | 63 | 372 | 112 | 34 |
| Binary | 100100 | 10011 | 1111101 | 1000111 | 1010101 | 0 | 110011 | 11111010 | 1001010 | 11100 |
Color Harmonies of #24137D
Complementary color
Monochromatic Colors of #24137D
Black with #24137D
Text Example
Text Example
White with #24137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24137D; }
p { color: rgb(36,19,125); }
H1.HeaderClassName
{
color: #24137D;
}
.AnyTagClassName
{
color: #24137D;
}
</style>
background-color css
<style>
a { background-color: #24137D; }
a { background-color: rgb(36,19,125); }
div.DivClassName
{
background-color: #24137D;
}
.BgClassName
{
background-color: #24137D;
}
</style>
border-color css
<style>
span { border-color: #24137D; }
span { border-color: rgb(36,19,125); }
td.TdClassName
{
border-color: #24137D;
}
.TagClassName
{
border-color: #24137D;
}
</style>