Shades of Persian Indigo #23097B
Tints of Persian Indigo #23097B
RGB
CMYK
RGB Variations
Color information
#23097B (or 0x23097B) is known color: Persian Indigo. HEX triplet: 23, 09 and 7B. RGB value is (35,9,123). Sum of RGB (Red+Green+Blue) = 35+9+123=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #23097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23097B is #DCF684. Grayscale: #1D1D1D. Windows color (decimal): -14481029 or 8063267. OLE color: 8063267.
HSL color Cylindrical-coordinate representation of color #23097B: hue angle of 253.68º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23097B is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 9 | 123 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.52 |
| HSL | 253.68º | 0.86% | 0.26% | - |
| HSV(B) | 253.68º | 0.93% | 0.48% | - |
| XYZ | 4.37 | 1.98 | 18.89 | - |
| YUV | 29.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 123 | 0.72 | 0.93 | 0 | 0.52 | 253.68 | 0.86 | 0.26 |
| Hex | 23 | 9 | 7B | 48 | 5D | 0 | 34 | FE | 56 | 1A |
| Octal | 43 | 11 | 173 | 110 | 135 | 0 | 64 | 376 | 126 | 32 |
| Binary | 100011 | 1001 | 1111011 | 1001000 | 1011101 | 0 | 110100 | 11111110 | 1010110 | 11010 |
Color Harmonies of #23097B
Complementary color
Monochromatic Colors of #23097B
Black with #23097B
Text Example
Text Example
White with #23097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23097B; }
p { color: rgb(35,9,123); }
H1.HeaderClassName
{
color: #23097B;
}
.AnyTagClassName
{
color: #23097B;
}
</style>
background-color css
<style>
a { background-color: #23097B; }
a { background-color: rgb(35,9,123); }
div.DivClassName
{
background-color: #23097B;
}
.BgClassName
{
background-color: #23097B;
}
</style>
border-color css
<style>
span { border-color: #23097B; }
span { border-color: rgb(35,9,123); }
td.TdClassName
{
border-color: #23097B;
}
.TagClassName
{
border-color: #23097B;
}
</style>