Shades of Persian Indigo #23127F
Tints of Persian Indigo #23127F
RGB
CMYK
RGB Variations
Color information
#23127F (or 0x23127F) is known color: Persian Indigo. HEX triplet: 23, 12 and 7F. RGB value is (35,18,127). Sum of RGB (Red+Green+Blue) = 35+18+127=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #23127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23127F is #DCED80. Grayscale: #232323. Windows color (decimal): -14478721 or 8327715. OLE color: 8327715.
HSL color Cylindrical-coordinate representation of color #23127F: hue angle of 249.36º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23127F is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 18 | 127 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.50 |
| HSL | 249.36º | 0.75% | 0.28% | - |
| HSV(B) | 249.36º | 0.86% | 0.5% | - |
| XYZ | 4.74 | 2.32 | 20.28 | - |
| YUV | 35.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 127 | 0.72 | 0.86 | 0 | 0.50 | 249.36 | 0.75 | 0.28 |
| Hex | 23 | 12 | 7F | 48 | 56 | 0 | 32 | F9 | 4B | 1C |
| Octal | 43 | 22 | 177 | 110 | 126 | 0 | 62 | 371 | 113 | 34 |
| Binary | 100011 | 10010 | 1111111 | 1001000 | 1010110 | 0 | 110010 | 11111001 | 1001011 | 11100 |
Color Harmonies of #23127F
Complementary color
Monochromatic Colors of #23127F
Black with #23127F
Text Example
Text Example
White with #23127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23127F; }
p { color: rgb(35,18,127); }
H1.HeaderClassName
{
color: #23127F;
}
.AnyTagClassName
{
color: #23127F;
}
</style>
background-color css
<style>
a { background-color: #23127F; }
a { background-color: rgb(35,18,127); }
div.DivClassName
{
background-color: #23127F;
}
.BgClassName
{
background-color: #23127F;
}
</style>
border-color css
<style>
span { border-color: #23127F; }
span { border-color: rgb(35,18,127); }
td.TdClassName
{
border-color: #23127F;
}
.TagClassName
{
border-color: #23127F;
}
</style>