Shades of Persian Indigo #24097B
Tints of Persian Indigo #24097B
RGB
CMYK
RGB Variations
Color information
#24097B (or 0x24097B) is known color: Persian Indigo. HEX triplet: 24, 09 and 7B. RGB value is (36,9,123). Sum of RGB (Red+Green+Blue) = 36+9+123=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #24097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24097B is #DBF684. Grayscale: #1D1D1D. Windows color (decimal): -14415493 or 8063268. OLE color: 8063268.
HSL color Cylindrical-coordinate representation of color #24097B: hue angle of 254.21º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24097B is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 9 | 123 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.52 |
| HSL | 254.21º | 0.86% | 0.26% | - |
| HSV(B) | 254.21º | 0.93% | 0.48% | - |
| XYZ | 4.4 | 2 | 18.89 | - |
| YUV | 30.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 123 | 0.71 | 0.93 | 0 | 0.52 | 254.21 | 0.86 | 0.26 |
| Hex | 24 | 9 | 7B | 47 | 5D | 0 | 34 | FE | 56 | 1A |
| Octal | 44 | 11 | 173 | 107 | 135 | 0 | 64 | 376 | 126 | 32 |
| Binary | 100100 | 1001 | 1111011 | 1000111 | 1011101 | 0 | 110100 | 11111110 | 1010110 | 11010 |
Color Harmonies of #24097B
Complementary color
Monochromatic Colors of #24097B
Black with #24097B
Text Example
Text Example
White with #24097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24097B; }
p { color: rgb(36,9,123); }
H1.HeaderClassName
{
color: #24097B;
}
.AnyTagClassName
{
color: #24097B;
}
</style>
background-color css
<style>
a { background-color: #24097B; }
a { background-color: rgb(36,9,123); }
div.DivClassName
{
background-color: #24097B;
}
.BgClassName
{
background-color: #24097B;
}
</style>
border-color css
<style>
span { border-color: #24097B; }
span { border-color: rgb(36,9,123); }
td.TdClassName
{
border-color: #24097B;
}
.TagClassName
{
border-color: #24097B;
}
</style>