Shades of Persian Indigo #33199C
Tints of Persian Indigo #33199C
RGB
CMYK
RGB Variations
Color information
#33199C (or 0x33199C) is known color: Persian Indigo. HEX triplet: 33, 19 and 9C. RGB value is (51,25,156). Sum of RGB (Red+Green+Blue) = 51+25+156=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #33199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33199C is #CCE663. Grayscale: #2F2F2F. Windows color (decimal): -13428324 or 10230067. OLE color: 10230067.
HSL color Cylindrical-coordinate representation of color #33199C: hue angle of 251.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33199C is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 25 | 156 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.39 |
| HSL | 251.91º | 0.72% | 0.35% | - |
| HSV(B) | 251.91º | 0.84% | 0.61% | - |
| XYZ | 7.71 | 3.8 | 31.78 | - |
| YUV | 47.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 156 | 0.67 | 0.84 | 0 | 0.39 | 251.91 | 0.72 | 0.35 |
| Hex | 33 | 19 | 9C | 43 | 54 | 0 | 27 | FC | 48 | 23 |
| Octal | 63 | 31 | 234 | 103 | 124 | 0 | 47 | 374 | 110 | 43 |
| Binary | 110011 | 11001 | 10011100 | 1000011 | 1010100 | 0 | 100111 | 11111100 | 1001000 | 100011 |
Color Harmonies of #33199C
Complementary color
Monochromatic Colors of #33199C
Black with #33199C
Text Example
Text Example
White with #33199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33199C; }
p { color: rgb(51,25,156); }
H1.HeaderClassName
{
color: #33199C;
}
.AnyTagClassName
{
color: #33199C;
}
</style>
background-color css
<style>
a { background-color: #33199C; }
a { background-color: rgb(51,25,156); }
div.DivClassName
{
background-color: #33199C;
}
.BgClassName
{
background-color: #33199C;
}
</style>
border-color css
<style>
span { border-color: #33199C; }
span { border-color: rgb(51,25,156); }
td.TdClassName
{
border-color: #33199C;
}
.TagClassName
{
border-color: #33199C;
}
</style>