Shades of Persian Indigo #231172
Tints of Persian Indigo #231172
RGB
CMYK
RGB Variations
Color information
#231172 (or 0x231172) is known color: Persian Indigo. HEX triplet: 23, 11 and 72. RGB value is (35,17,114). Sum of RGB (Red+Green+Blue) = 35+17+114=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #231172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231172 is #DCEE8D. Grayscale: #212121. Windows color (decimal): -14478990 or 7475491. OLE color: 7475491.
HSL color Cylindrical-coordinate representation of color #231172: hue angle of 251.13º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231172 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 17 | 114 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.55 |
| HSL | 251.13º | 0.74% | 0.26% | - |
| HSV(B) | 251.13º | 0.85% | 0.45% | - |
| XYZ | 3.93 | 1.97 | 16.09 | - |
| YUV | 33.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 114 | 0.69 | 0.85 | 0 | 0.55 | 251.13 | 0.74 | 0.26 |
| Hex | 23 | 11 | 72 | 45 | 55 | 0 | 37 | FB | 4A | 1A |
| Octal | 43 | 21 | 162 | 105 | 125 | 0 | 67 | 373 | 112 | 32 |
| Binary | 100011 | 10001 | 1110010 | 1000101 | 1010101 | 0 | 110111 | 11111011 | 1001010 | 11010 |
Color Harmonies of #231172
Complementary color
Monochromatic Colors of #231172
Black with #231172
Text Example
Text Example
White with #231172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231172; }
p { color: rgb(35,17,114); }
H1.HeaderClassName
{
color: #231172;
}
.AnyTagClassName
{
color: #231172;
}
</style>
background-color css
<style>
a { background-color: #231172; }
a { background-color: rgb(35,17,114); }
div.DivClassName
{
background-color: #231172;
}
.BgClassName
{
background-color: #231172;
}
</style>
border-color css
<style>
span { border-color: #231172; }
span { border-color: rgb(35,17,114); }
td.TdClassName
{
border-color: #231172;
}
.TagClassName
{
border-color: #231172;
}
</style>