Shades of Persian Indigo #24097F
Tints of Persian Indigo #24097F
RGB
CMYK
RGB Variations
Color information
#24097F (or 0x24097F) is known color: Persian Indigo. HEX triplet: 24, 09 and 7F. RGB value is (36,9,127). Sum of RGB (Red+Green+Blue) = 36+9+127=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #24097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24097F is #DBF680. Grayscale: #1E1E1E. Windows color (decimal): -14415489 or 8325412. OLE color: 8325412.
HSL color Cylindrical-coordinate representation of color #24097F: hue angle of 253.73º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24097F is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 9 | 127 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.50 |
| HSL | 253.73º | 0.87% | 0.27% | - |
| HSV(B) | 253.73º | 0.93% | 0.5% | - |
| XYZ | 4.66 | 2.1 | 20.24 | - |
| YUV | 30.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 127 | 0.72 | 0.93 | 0 | 0.50 | 253.73 | 0.87 | 0.27 |
| Hex | 24 | 9 | 7F | 48 | 5D | 0 | 32 | FE | 57 | 1B |
| Octal | 44 | 11 | 177 | 110 | 135 | 0 | 62 | 376 | 127 | 33 |
| Binary | 100100 | 1001 | 1111111 | 1001000 | 1011101 | 0 | 110010 | 11111110 | 1010111 | 11011 |
Color Harmonies of #24097F
Complementary color
Monochromatic Colors of #24097F
Black with #24097F
Text Example
Text Example
White with #24097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24097F; }
p { color: rgb(36,9,127); }
H1.HeaderClassName
{
color: #24097F;
}
.AnyTagClassName
{
color: #24097F;
}
</style>
background-color css
<style>
a { background-color: #24097F; }
a { background-color: rgb(36,9,127); }
div.DivClassName
{
background-color: #24097F;
}
.BgClassName
{
background-color: #24097F;
}
</style>
border-color css
<style>
span { border-color: #24097F; }
span { border-color: rgb(36,9,127); }
td.TdClassName
{
border-color: #24097F;
}
.TagClassName
{
border-color: #24097F;
}
</style>