Shades of Persian Indigo #231182
Tints of Persian Indigo #231182
RGB
CMYK
RGB Variations
Color information
#231182 (or 0x231182) is known color: Persian Indigo. HEX triplet: 23, 11 and 82. RGB value is (35,17,130). Sum of RGB (Red+Green+Blue) = 35+17+130=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #231182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231182 is #DCEE7D. Grayscale: #222222. Windows color (decimal): -14478974 or 8524067. OLE color: 8524067.
HSL color Cylindrical-coordinate representation of color #231182: hue angle of 249.56º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231182 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 17 | 130 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.49 |
| HSL | 249.56º | 0.77% | 0.29% | - |
| HSV(B) | 249.56º | 0.87% | 0.51% | - |
| XYZ | 4.92 | 2.37 | 21.32 | - |
| YUV | 35.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 130 | 0.73 | 0.87 | 0 | 0.49 | 249.56 | 0.77 | 0.29 |
| Hex | 23 | 11 | 82 | 49 | 57 | 0 | 31 | FA | 4D | 1D |
| Octal | 43 | 21 | 202 | 111 | 127 | 0 | 61 | 372 | 115 | 35 |
| Binary | 100011 | 10001 | 10000010 | 1001001 | 1010111 | 0 | 110001 | 11111010 | 1001101 | 11101 |
Color Harmonies of #231182
Complementary color
Monochromatic Colors of #231182
Black with #231182
Text Example
Text Example
White with #231182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231182; }
p { color: rgb(35,17,130); }
H1.HeaderClassName
{
color: #231182;
}
.AnyTagClassName
{
color: #231182;
}
</style>
background-color css
<style>
a { background-color: #231182; }
a { background-color: rgb(35,17,130); }
div.DivClassName
{
background-color: #231182;
}
.BgClassName
{
background-color: #231182;
}
</style>
border-color css
<style>
span { border-color: #231182; }
span { border-color: rgb(35,17,130); }
td.TdClassName
{
border-color: #231182;
}
.TagClassName
{
border-color: #231182;
}
</style>