Shades of Persian Indigo #23027D
Tints of Persian Indigo #23027D
RGB
CMYK
RGB Variations
Color information
#23027D (or 0x23027D) is known color: Persian Indigo. HEX triplet: 23, 02 and 7D. RGB value is (35,2,125). Sum of RGB (Red+Green+Blue) = 35+2+125=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #23027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23027D is #DCFD82. Grayscale: #191919. Windows color (decimal): -14482819 or 8192547. OLE color: 8192547.
HSL color Cylindrical-coordinate representation of color #23027D: hue angle of 256.1º 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 #23027D is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 2 | 125 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.51 |
| HSL | 256.1º | 0.97% | 0.25% | - |
| HSV(B) | 256.1º | 0.98% | 0.49% | - |
| XYZ | 4.42 | 1.88 | 19.53 | - |
| YUV | 25.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 125 | 0.72 | 0.98 | 0 | 0.51 | 256.1 | 0.97 | 0.25 |
| Hex | 23 | 2 | 7D | 48 | 62 | 0 | 33 | 100 | 61 | 19 |
| Octal | 43 | 2 | 175 | 110 | 142 | 0 | 63 | 400 | 141 | 31 |
| Binary | 100011 | 10 | 1111101 | 1001000 | 1100010 | 0 | 110011 | 100000000 | 1100001 | 11001 |
Color Harmonies of #23027D
Complementary color
Monochromatic Colors of #23027D
Black with #23027D
Text Example
Text Example
White with #23027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23027D; }
p { color: rgb(35,2,125); }
H1.HeaderClassName
{
color: #23027D;
}
.AnyTagClassName
{
color: #23027D;
}
</style>
background-color css
<style>
a { background-color: #23027D; }
a { background-color: rgb(35,2,125); }
div.DivClassName
{
background-color: #23027D;
}
.BgClassName
{
background-color: #23027D;
}
</style>
border-color css
<style>
span { border-color: #23027D; }
span { border-color: rgb(35,2,125); }
td.TdClassName
{
border-color: #23027D;
}
.TagClassName
{
border-color: #23027D;
}
</style>