Shades of Persian Indigo #33096C
Tints of Persian Indigo #33096C
RGB
CMYK
RGB Variations
Color information
#33096C (or 0x33096C) is known color: Persian Indigo. HEX triplet: 33, 09 and 6C. RGB value is (51,9,108). Sum of RGB (Red+Green+Blue) = 51+9+108=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #33096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33096C is #CCF693. Grayscale: #202020. Windows color (decimal): -13432468 or 7080243. OLE color: 7080243.
HSL color Cylindrical-coordinate representation of color #33096C: hue angle of 265.45º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33096C is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 9 | 108 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.58 |
| HSL | 265.45º | 0.85% | 0.23% | - |
| HSV(B) | 265.45º | 0.92% | 0.42% | - |
| XYZ | 4.17 | 1.98 | 14.35 | - |
| YUV | 32.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 108 | 0.53 | 0.92 | 0 | 0.58 | 265.45 | 0.85 | 0.23 |
| Hex | 33 | 9 | 6C | 35 | 5C | 0 | 3A | 109 | 55 | 17 |
| Octal | 63 | 11 | 154 | 65 | 134 | 0 | 72 | 411 | 125 | 27 |
| Binary | 110011 | 1001 | 1101100 | 110101 | 1011100 | 0 | 111010 | 100001001 | 1010101 | 10111 |
Color Harmonies of #33096C
Complementary color
Monochromatic Colors of #33096C
Black with #33096C
Text Example
Text Example
White with #33096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33096C; }
p { color: rgb(51,9,108); }
H1.HeaderClassName
{
color: #33096C;
}
.AnyTagClassName
{
color: #33096C;
}
</style>
background-color css
<style>
a { background-color: #33096C; }
a { background-color: rgb(51,9,108); }
div.DivClassName
{
background-color: #33096C;
}
.BgClassName
{
background-color: #33096C;
}
</style>
border-color css
<style>
span { border-color: #33096C; }
span { border-color: rgb(51,9,108); }
td.TdClassName
{
border-color: #33096C;
}
.TagClassName
{
border-color: #33096C;
}
</style>