Shades of Persian Indigo #231181
Tints of Persian Indigo #231181
RGB
CMYK
RGB Variations
Color information
#231181 (or 0x231181) is known color: Persian Indigo. HEX triplet: 23, 11 and 81. RGB value is (35,17,129). Sum of RGB (Red+Green+Blue) = 35+17+129=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #231181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231181 is #DCEE7E. Grayscale: #222222. Windows color (decimal): -14478975 or 8458531. OLE color: 8458531.
HSL color Cylindrical-coordinate representation of color #231181: hue angle of 249.64º 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 #231181 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 17 | 129 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.49 |
| HSL | 249.64º | 0.77% | 0.29% | - |
| HSV(B) | 249.64º | 0.87% | 0.51% | - |
| XYZ | 4.86 | 2.34 | 20.97 | - |
| YUV | 35.15 | 180.96 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 129 | 0.73 | 0.87 | 0 | 0.49 | 249.64 | 0.77 | 0.29 |
| Hex | 23 | 11 | 81 | 49 | 57 | 0 | 31 | FA | 4D | 1D |
| Octal | 43 | 21 | 201 | 111 | 127 | 0 | 61 | 372 | 115 | 35 |
| Binary | 100011 | 10001 | 10000001 | 1001001 | 1010111 | 0 | 110001 | 11111010 | 1001101 | 11101 |
Color Harmonies of #231181
Complementary color
Monochromatic Colors of #231181
Black with #231181
Text Example
Text Example
White with #231181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231181; }
p { color: rgb(35,17,129); }
H1.HeaderClassName
{
color: #231181;
}
.AnyTagClassName
{
color: #231181;
}
</style>
background-color css
<style>
a { background-color: #231181; }
a { background-color: rgb(35,17,129); }
div.DivClassName
{
background-color: #231181;
}
.BgClassName
{
background-color: #231181;
}
</style>
border-color css
<style>
span { border-color: #231181; }
span { border-color: rgb(35,17,129); }
td.TdClassName
{
border-color: #231181;
}
.TagClassName
{
border-color: #231181;
}
</style>