Shades of Persian Indigo #23066F
Tints of Persian Indigo #23066F
RGB
CMYK
RGB Variations
Color information
#23066F (or 0x23066F) is known color: Persian Indigo. HEX triplet: 23, 06 and 6F. RGB value is (35,6,111). Sum of RGB (Red+Green+Blue) = 35+6+111=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #23066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23066F is #DCF990. Grayscale: #1A1A1A. Windows color (decimal): -14481809 or 7276067. OLE color: 7276067.
HSL color Cylindrical-coordinate representation of color #23066F: hue angle of 256.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23066F is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 6 | 111 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.56 |
| HSL | 256.57º | 0.9% | 0.23% | - |
| HSV(B) | 256.57º | 0.95% | 0.44% | - |
| XYZ | 3.63 | 1.64 | 15.16 | - |
| YUV | 26.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 111 | 0.68 | 0.95 | 0 | 0.56 | 256.57 | 0.9 | 0.23 |
| Hex | 23 | 6 | 6F | 44 | 5F | 0 | 38 | 101 | 5A | 17 |
| Octal | 43 | 6 | 157 | 104 | 137 | 0 | 70 | 401 | 132 | 27 |
| Binary | 100011 | 110 | 1101111 | 1000100 | 1011111 | 0 | 111000 | 100000001 | 1011010 | 10111 |
Color Harmonies of #23066F
Complementary color
Monochromatic Colors of #23066F
Black with #23066F
Text Example
Text Example
White with #23066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23066F; }
p { color: rgb(35,6,111); }
H1.HeaderClassName
{
color: #23066F;
}
.AnyTagClassName
{
color: #23066F;
}
</style>
background-color css
<style>
a { background-color: #23066F; }
a { background-color: rgb(35,6,111); }
div.DivClassName
{
background-color: #23066F;
}
.BgClassName
{
background-color: #23066F;
}
</style>
border-color css
<style>
span { border-color: #23066F; }
span { border-color: rgb(35,6,111); }
td.TdClassName
{
border-color: #23066F;
}
.TagClassName
{
border-color: #23066F;
}
</style>