Shades of Persian Indigo #241176
Tints of Persian Indigo #241176
RGB
CMYK
RGB Variations
Color information
#241176 (or 0x241176) is known color: Persian Indigo. HEX triplet: 24, 11 and 76. RGB value is (36,17,118). Sum of RGB (Red+Green+Blue) = 36+17+118=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #241176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241176 is #DBEE89. Grayscale: #212121. Windows color (decimal): -14413450 or 7737636. OLE color: 7737636.
HSL color Cylindrical-coordinate representation of color #241176: hue angle of 251.29º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241176 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 17 | 118 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.54 |
| HSL | 251.29º | 0.75% | 0.26% | - |
| HSV(B) | 251.29º | 0.86% | 0.46% | - |
| XYZ | 4.2 | 2.08 | 17.32 | - |
| YUV | 34.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 118 | 0.69 | 0.86 | 0 | 0.54 | 251.29 | 0.75 | 0.26 |
| Hex | 24 | 11 | 76 | 45 | 56 | 0 | 36 | FB | 4B | 1A |
| Octal | 44 | 21 | 166 | 105 | 126 | 0 | 66 | 373 | 113 | 32 |
| Binary | 100100 | 10001 | 1110110 | 1000101 | 1010110 | 0 | 110110 | 11111011 | 1001011 | 11010 |
Color Harmonies of #241176
Complementary color
Monochromatic Colors of #241176
Black with #241176
Text Example
Text Example
White with #241176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241176; }
p { color: rgb(36,17,118); }
H1.HeaderClassName
{
color: #241176;
}
.AnyTagClassName
{
color: #241176;
}
</style>
background-color css
<style>
a { background-color: #241176; }
a { background-color: rgb(36,17,118); }
div.DivClassName
{
background-color: #241176;
}
.BgClassName
{
background-color: #241176;
}
</style>
border-color css
<style>
span { border-color: #241176; }
span { border-color: rgb(36,17,118); }
td.TdClassName
{
border-color: #241176;
}
.TagClassName
{
border-color: #241176;
}
</style>