Shades of Persian Indigo #33196D
Tints of Persian Indigo #33196D
RGB
CMYK
RGB Variations
Color information
#33196D (or 0x33196D) is known color: Persian Indigo. HEX triplet: 33, 19 and 6D. RGB value is (51,25,109). Sum of RGB (Red+Green+Blue) = 51+25+109=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #33196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33196D is #CCE692. Grayscale: #2A2A2A. Windows color (decimal): -13428371 or 7149875. OLE color: 7149875.
HSL color Cylindrical-coordinate representation of color #33196D: hue angle of 258.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33196D is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 25 | 109 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.57 |
| HSL | 258.57º | 0.63% | 0.26% | - |
| HSV(B) | 258.57º | 0.77% | 0.43% | - |
| XYZ | 4.47 | 2.5 | 14.72 | - |
| YUV | 42.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 109 | 0.53 | 0.77 | 0 | 0.57 | 258.57 | 0.63 | 0.26 |
| Hex | 33 | 19 | 6D | 35 | 4D | 0 | 39 | 103 | 3F | 1A |
| Octal | 63 | 31 | 155 | 65 | 115 | 0 | 71 | 403 | 77 | 32 |
| Binary | 110011 | 11001 | 1101101 | 110101 | 1001101 | 0 | 111001 | 100000011 | 111111 | 11010 |
Color Harmonies of #33196D
Complementary color
Monochromatic Colors of #33196D
Black with #33196D
Text Example
Text Example
White with #33196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33196D; }
p { color: rgb(51,25,109); }
H1.HeaderClassName
{
color: #33196D;
}
.AnyTagClassName
{
color: #33196D;
}
</style>
background-color css
<style>
a { background-color: #33196D; }
a { background-color: rgb(51,25,109); }
div.DivClassName
{
background-color: #33196D;
}
.BgClassName
{
background-color: #33196D;
}
</style>
border-color css
<style>
span { border-color: #33196D; }
span { border-color: rgb(51,25,109); }
td.TdClassName
{
border-color: #33196D;
}
.TagClassName
{
border-color: #33196D;
}
</style>