Shades of Persian Indigo #33076C
Tints of Persian Indigo #33076C
RGB
CMYK
RGB Variations
Color information
#33076C (or 0x33076C) is known color: Persian Indigo. HEX triplet: 33, 07 and 6C. RGB value is (51,7,108). Sum of RGB (Red+Green+Blue) = 51+7+108=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #33076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33076C is #CCF893. Grayscale: #1F1F1F. Windows color (decimal): -13432980 or 7079731. OLE color: 7079731.
HSL color Cylindrical-coordinate representation of color #33076C: hue angle of 266.14º 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 #33076C is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 7 | 108 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.58 |
| HSL | 266.14º | 0.88% | 0.23% | - |
| HSV(B) | 266.14º | 0.94% | 0.42% | - |
| XYZ | 4.15 | 1.94 | 14.34 | - |
| YUV | 31.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 108 | 0.53 | 0.94 | 0 | 0.58 | 266.14 | 0.88 | 0.23 |
| Hex | 33 | 7 | 6C | 35 | 5E | 0 | 3A | 10A | 58 | 17 |
| Octal | 63 | 7 | 154 | 65 | 136 | 0 | 72 | 412 | 130 | 27 |
| Binary | 110011 | 111 | 1101100 | 110101 | 1011110 | 0 | 111010 | 100001010 | 1011000 | 10111 |
Color Harmonies of #33076C
Complementary color
Monochromatic Colors of #33076C
Black with #33076C
Text Example
Text Example
White with #33076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33076C; }
p { color: rgb(51,7,108); }
H1.HeaderClassName
{
color: #33076C;
}
.AnyTagClassName
{
color: #33076C;
}
</style>
background-color css
<style>
a { background-color: #33076C; }
a { background-color: rgb(51,7,108); }
div.DivClassName
{
background-color: #33076C;
}
.BgClassName
{
background-color: #33076C;
}
</style>
border-color css
<style>
span { border-color: #33076C; }
span { border-color: rgb(51,7,108); }
td.TdClassName
{
border-color: #33076C;
}
.TagClassName
{
border-color: #33076C;
}
</style>