Shades of Persian Indigo #33096D
Tints of Persian Indigo #33096D
RGB
CMYK
RGB Variations
Color information
#33096D (or 0x33096D) is known color: Persian Indigo. HEX triplet: 33, 09 and 6D. RGB value is (51,9,109). Sum of RGB (Red+Green+Blue) = 51+9+109=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #33096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33096D is #CCF692. Grayscale: #202020. Windows color (decimal): -13432467 or 7145779. OLE color: 7145779.
HSL color Cylindrical-coordinate representation of color #33096D: hue angle of 265.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33096D is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 9 | 109 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.57 |
| HSL | 265.2º | 0.85% | 0.23% | - |
| HSV(B) | 265.2º | 0.92% | 0.43% | - |
| XYZ | 4.22 | 2 | 14.63 | - |
| YUV | 32.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 109 | 0.53 | 0.92 | 0 | 0.57 | 265.2 | 0.85 | 0.23 |
| Hex | 33 | 9 | 6D | 35 | 5C | 0 | 39 | 109 | 55 | 17 |
| Octal | 63 | 11 | 155 | 65 | 134 | 0 | 71 | 411 | 125 | 27 |
| Binary | 110011 | 1001 | 1101101 | 110101 | 1011100 | 0 | 111001 | 100001001 | 1010101 | 10111 |
Color Harmonies of #33096D
Complementary color
Monochromatic Colors of #33096D
Black with #33096D
Text Example
Text Example
White with #33096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33096D; }
p { color: rgb(51,9,109); }
H1.HeaderClassName
{
color: #33096D;
}
.AnyTagClassName
{
color: #33096D;
}
</style>
background-color css
<style>
a { background-color: #33096D; }
a { background-color: rgb(51,9,109); }
div.DivClassName
{
background-color: #33096D;
}
.BgClassName
{
background-color: #33096D;
}
</style>
border-color css
<style>
span { border-color: #33096D; }
span { border-color: rgb(51,9,109); }
td.TdClassName
{
border-color: #33096D;
}
.TagClassName
{
border-color: #33096D;
}
</style>