Shades of Persian Indigo #23127E
Tints of Persian Indigo #23127E
RGB
CMYK
RGB Variations
Color information
#23127E (or 0x23127E) is known color: Persian Indigo. HEX triplet: 23, 12 and 7E. RGB value is (35,18,126). Sum of RGB (Red+Green+Blue) = 35+18+126=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 126 (49.61% from 255 or 70.39% from 179); Max value from RGB is 126 - color contains mainly: blue. Hex color #23127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23127E is #DCED81. Grayscale: #222222. Windows color (decimal): -14478722 or 8262179. OLE color: 8262179.
HSL color Cylindrical-coordinate representation of color #23127E: hue angle of 249.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23127E is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 18 | 126 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.51 |
| HSL | 249.44º | 0.75% | 0.28% | - |
| HSV(B) | 249.44º | 0.86% | 0.49% | - |
| XYZ | 4.68 | 2.3 | 19.94 | - |
| YUV | 35.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 126 | 0.72 | 0.86 | 0 | 0.51 | 249.44 | 0.75 | 0.28 |
| Hex | 23 | 12 | 7E | 48 | 56 | 0 | 33 | F9 | 4B | 1C |
| Octal | 43 | 22 | 176 | 110 | 126 | 0 | 63 | 371 | 113 | 34 |
| Binary | 100011 | 10010 | 1111110 | 1001000 | 1010110 | 0 | 110011 | 11111001 | 1001011 | 11100 |
Color Harmonies of #23127E
Complementary color
Monochromatic Colors of #23127E
Black with #23127E
Text Example
Text Example
White with #23127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23127E; }
p { color: rgb(35,18,126); }
H1.HeaderClassName
{
color: #23127E;
}
.AnyTagClassName
{
color: #23127E;
}
</style>
background-color css
<style>
a { background-color: #23127E; }
a { background-color: rgb(35,18,126); }
div.DivClassName
{
background-color: #23127E;
}
.BgClassName
{
background-color: #23127E;
}
</style>
border-color css
<style>
span { border-color: #23127E; }
span { border-color: rgb(35,18,126); }
td.TdClassName
{
border-color: #23127E;
}
.TagClassName
{
border-color: #23127E;
}
</style>