Shades of Persian Indigo #23027E
Tints of Persian Indigo #23027E
RGB
CMYK
RGB Variations
Color information
#23027E (or 0x23027E) is known color: Persian Indigo. HEX triplet: 23, 02 and 7E. RGB value is (35,2,126). Sum of RGB (Red+Green+Blue) = 35+2+126=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 126 (49.61% from 255 or 77.30% from 163); Max value from RGB is 126 - color contains mainly: blue. Hex color #23027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23027E is #DCFD81. Grayscale: #191919. Windows color (decimal): -14482818 or 8258083. OLE color: 8258083.
HSL color Cylindrical-coordinate representation of color #23027E: hue angle of 255.97º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23027E is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 2 | 126 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.51 |
| HSL | 255.97º | 0.97% | 0.25% | - |
| HSV(B) | 255.97º | 0.98% | 0.49% | - |
| XYZ | 4.48 | 1.91 | 19.87 | - |
| YUV | 26 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 126 | 0.72 | 0.98 | 0 | 0.51 | 255.97 | 0.97 | 0.25 |
| Hex | 23 | 2 | 7E | 48 | 62 | 0 | 33 | 100 | 61 | 19 |
| Octal | 43 | 2 | 176 | 110 | 142 | 0 | 63 | 400 | 141 | 31 |
| Binary | 100011 | 10 | 1111110 | 1001000 | 1100010 | 0 | 110011 | 100000000 | 1100001 | 11001 |
Color Harmonies of #23027E
Complementary color
Monochromatic Colors of #23027E
Black with #23027E
Text Example
Text Example
White with #23027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23027E; }
p { color: rgb(35,2,126); }
H1.HeaderClassName
{
color: #23027E;
}
.AnyTagClassName
{
color: #23027E;
}
</style>
background-color css
<style>
a { background-color: #23027E; }
a { background-color: rgb(35,2,126); }
div.DivClassName
{
background-color: #23027E;
}
.BgClassName
{
background-color: #23027E;
}
</style>
border-color css
<style>
span { border-color: #23027E; }
span { border-color: rgb(35,2,126); }
td.TdClassName
{
border-color: #23027E;
}
.TagClassName
{
border-color: #23027E;
}
</style>