Shades of Persian Indigo #23096E
Tints of Persian Indigo #23096E
RGB
CMYK
RGB Variations
Color information
#23096E (or 0x23096E) is known color: Persian Indigo. HEX triplet: 23, 09 and 6E. RGB value is (35,9,110). Sum of RGB (Red+Green+Blue) = 35+9+110=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 110 (43.36% from 255 or 71.43% from 154); Max value from RGB is 110 - color contains mainly: blue. Hex color #23096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23096E is #DCF691. Grayscale: #1B1B1B. Windows color (decimal): -14481042 or 7211299. OLE color: 7211299.
HSL color Cylindrical-coordinate representation of color #23096E: hue angle of 255.45º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23096E is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 9 | 110 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.57 |
| HSL | 255.45º | 0.85% | 0.23% | - |
| HSV(B) | 255.45º | 0.92% | 0.43% | - |
| XYZ | 3.61 | 1.68 | 14.89 | - |
| YUV | 28.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 110 | 0.68 | 0.92 | 0 | 0.57 | 255.45 | 0.85 | 0.23 |
| Hex | 23 | 9 | 6E | 44 | 5C | 0 | 39 | FF | 55 | 17 |
| Octal | 43 | 11 | 156 | 104 | 134 | 0 | 71 | 377 | 125 | 27 |
| Binary | 100011 | 1001 | 1101110 | 1000100 | 1011100 | 0 | 111001 | 11111111 | 1010101 | 10111 |
Color Harmonies of #23096E
Complementary color
Monochromatic Colors of #23096E
Black with #23096E
Text Example
Text Example
White with #23096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23096E; }
p { color: rgb(35,9,110); }
H1.HeaderClassName
{
color: #23096E;
}
.AnyTagClassName
{
color: #23096E;
}
</style>
background-color css
<style>
a { background-color: #23096E; }
a { background-color: rgb(35,9,110); }
div.DivClassName
{
background-color: #23096E;
}
.BgClassName
{
background-color: #23096E;
}
</style>
border-color css
<style>
span { border-color: #23096E; }
span { border-color: rgb(35,9,110); }
td.TdClassName
{
border-color: #23096E;
}
.TagClassName
{
border-color: #23096E;
}
</style>