Shades of Persian Indigo #23076C
Tints of Persian Indigo #23076C
RGB
CMYK
RGB Variations
Color information
#23076C (or 0x23076C) is known color: Persian Indigo. HEX triplet: 23, 07 and 6C. RGB value is (35,7,108). Sum of RGB (Red+Green+Blue) = 35+7+108=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #23076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23076C is #DCF893. Grayscale: #1A1A1A. Windows color (decimal): -14481556 or 7079715. OLE color: 7079715.
HSL color Cylindrical-coordinate representation of color #23076C: hue angle of 256.63º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23076C is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 7 | 108 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.58 |
| HSL | 256.63º | 0.88% | 0.23% | - |
| HSV(B) | 256.63º | 0.94% | 0.42% | - |
| XYZ | 3.48 | 1.59 | 14.31 | - |
| YUV | 26.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 108 | 0.68 | 0.94 | 0 | 0.58 | 256.63 | 0.88 | 0.23 |
| Hex | 23 | 7 | 6C | 44 | 5E | 0 | 3A | 101 | 58 | 17 |
| Octal | 43 | 7 | 154 | 104 | 136 | 0 | 72 | 401 | 130 | 27 |
| Binary | 100011 | 111 | 1101100 | 1000100 | 1011110 | 0 | 111010 | 100000001 | 1011000 | 10111 |
Color Harmonies of #23076C
Complementary color
Monochromatic Colors of #23076C
Black with #23076C
Text Example
Text Example
White with #23076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23076C; }
p { color: rgb(35,7,108); }
H1.HeaderClassName
{
color: #23076C;
}
.AnyTagClassName
{
color: #23076C;
}
</style>
background-color css
<style>
a { background-color: #23076C; }
a { background-color: rgb(35,7,108); }
div.DivClassName
{
background-color: #23076C;
}
.BgClassName
{
background-color: #23076C;
}
</style>
border-color css
<style>
span { border-color: #23076C; }
span { border-color: rgb(35,7,108); }
td.TdClassName
{
border-color: #23076C;
}
.TagClassName
{
border-color: #23076C;
}
</style>