Shades of Persian Indigo #230A76
Tints of Persian Indigo #230A76
RGB
CMYK
RGB Variations
Color information
#230A76 (or 0x230A76) is known color: Persian Indigo. HEX triplet: 23, 0A and 76. RGB value is (35,10,118). Sum of RGB (Red+Green+Blue) = 35+10+118=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #230A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230A76 is #DCF589. Grayscale: #1D1D1D. Windows color (decimal): -14480778 or 7735843. OLE color: 7735843.
HSL color Cylindrical-coordinate representation of color #230A76: hue angle of 253.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230A76 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 10 | 118 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.54 |
| HSL | 253.89º | 0.84% | 0.25% | - |
| HSV(B) | 253.89º | 0.92% | 0.46% | - |
| XYZ | 4.07 | 1.88 | 17.29 | - |
| YUV | 29.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 118 | 0.70 | 0.92 | 0 | 0.54 | 253.89 | 0.84 | 0.25 |
| Hex | 23 | A | 76 | 46 | 5C | 0 | 36 | FE | 54 | 19 |
| Octal | 43 | 12 | 166 | 106 | 134 | 0 | 66 | 376 | 124 | 31 |
| Binary | 100011 | 1010 | 1110110 | 1000110 | 1011100 | 0 | 110110 | 11111110 | 1010100 | 11001 |
Color Harmonies of #230A76
Complementary color
Monochromatic Colors of #230A76
Black with #230A76
Text Example
Text Example
White with #230A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A76; }
p { color: rgb(35,10,118); }
H1.HeaderClassName
{
color: #230A76;
}
.AnyTagClassName
{
color: #230A76;
}
</style>
background-color css
<style>
a { background-color: #230A76; }
a { background-color: rgb(35,10,118); }
div.DivClassName
{
background-color: #230A76;
}
.BgClassName
{
background-color: #230A76;
}
</style>
border-color css
<style>
span { border-color: #230A76; }
span { border-color: rgb(35,10,118); }
td.TdClassName
{
border-color: #230A76;
}
.TagClassName
{
border-color: #230A76;
}
</style>