Shades of Persian Indigo #33106D
Tints of Persian Indigo #33106D
RGB
CMYK
RGB Variations
Color information
#33106D (or 0x33106D) is known color: Persian Indigo. HEX triplet: 33, 10 and 6D. RGB value is (51,16,109). Sum of RGB (Red+Green+Blue) = 51+16+109=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #33106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33106D is #CCEF92. Grayscale: #242424. Windows color (decimal): -13430675 or 7147571. OLE color: 7147571.
HSL color Cylindrical-coordinate representation of color #33106D: hue angle of 262.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33106D is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 16 | 109 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.57 |
| HSL | 262.58º | 0.74% | 0.25% | - |
| HSV(B) | 262.58º | 0.85% | 0.43% | - |
| XYZ | 4.31 | 2.18 | 14.66 | - |
| YUV | 37.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 109 | 0.53 | 0.85 | 0 | 0.57 | 262.58 | 0.74 | 0.25 |
| Hex | 33 | 10 | 6D | 35 | 55 | 0 | 39 | 107 | 4A | 19 |
| Octal | 63 | 20 | 155 | 65 | 125 | 0 | 71 | 407 | 112 | 31 |
| Binary | 110011 | 10000 | 1101101 | 110101 | 1010101 | 0 | 111001 | 100000111 | 1001010 | 11001 |
Color Harmonies of #33106D
Complementary color
Monochromatic Colors of #33106D
Black with #33106D
Text Example
Text Example
White with #33106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33106D; }
p { color: rgb(51,16,109); }
H1.HeaderClassName
{
color: #33106D;
}
.AnyTagClassName
{
color: #33106D;
}
</style>
background-color css
<style>
a { background-color: #33106D; }
a { background-color: rgb(51,16,109); }
div.DivClassName
{
background-color: #33106D;
}
.BgClassName
{
background-color: #33106D;
}
</style>
border-color css
<style>
span { border-color: #33106D; }
span { border-color: rgb(51,16,109); }
td.TdClassName
{
border-color: #33106D;
}
.TagClassName
{
border-color: #33106D;
}
</style>