Shades of Persian Indigo #23096D
Tints of Persian Indigo #23096D
RGB
CMYK
RGB Variations
Color information
#23096D (or 0x23096D) is known color: Persian Indigo. HEX triplet: 23, 09 and 6D. RGB value is (35,9,109). Sum of RGB (Red+Green+Blue) = 35+9+109=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #23096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23096D is #DCF692. Grayscale: #1B1B1B. Windows color (decimal): -14481043 or 7145763. OLE color: 7145763.
HSL color Cylindrical-coordinate representation of color #23096D: hue angle of 255.6º 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 #23096D is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 9 | 109 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.57 |
| HSL | 255.6º | 0.85% | 0.23% | - |
| HSV(B) | 255.6º | 0.92% | 0.43% | - |
| XYZ | 3.55 | 1.66 | 14.6 | - |
| YUV | 28.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 109 | 0.68 | 0.92 | 0 | 0.57 | 255.6 | 0.85 | 0.23 |
| Hex | 23 | 9 | 6D | 44 | 5C | 0 | 39 | 100 | 55 | 17 |
| Octal | 43 | 11 | 155 | 104 | 134 | 0 | 71 | 400 | 125 | 27 |
| Binary | 100011 | 1001 | 1101101 | 1000100 | 1011100 | 0 | 111001 | 100000000 | 1010101 | 10111 |
Color Harmonies of #23096D
Complementary color
Monochromatic Colors of #23096D
Black with #23096D
Text Example
Text Example
White with #23096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23096D; }
p { color: rgb(35,9,109); }
H1.HeaderClassName
{
color: #23096D;
}
.AnyTagClassName
{
color: #23096D;
}
</style>
background-color css
<style>
a { background-color: #23096D; }
a { background-color: rgb(35,9,109); }
div.DivClassName
{
background-color: #23096D;
}
.BgClassName
{
background-color: #23096D;
}
</style>
border-color css
<style>
span { border-color: #23096D; }
span { border-color: rgb(35,9,109); }
td.TdClassName
{
border-color: #23096D;
}
.TagClassName
{
border-color: #23096D;
}
</style>