Shades of Persian Indigo #33198C
Tints of Persian Indigo #33198C
RGB
CMYK
RGB Variations
Color information
#33198C (or 0x33198C) is known color: Persian Indigo. HEX triplet: 33, 19 and 8C. RGB value is (51,25,140). Sum of RGB (Red+Green+Blue) = 51+25+140=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #33198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33198C is #CCE673. Grayscale: #2D2D2D. Windows color (decimal): -13428340 or 9181491. OLE color: 9181491.
HSL color Cylindrical-coordinate representation of color #33198C: hue angle of 253.57º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33198C is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 25 | 140 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.45 |
| HSL | 253.57º | 0.7% | 0.32% | - |
| HSV(B) | 253.57º | 0.82% | 0.55% | - |
| XYZ | 6.45 | 3.29 | 25.11 | - |
| YUV | 45.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 140 | 0.64 | 0.82 | 0 | 0.45 | 253.57 | 0.7 | 0.32 |
| Hex | 33 | 19 | 8C | 40 | 52 | 0 | 2D | FE | 46 | 20 |
| Octal | 63 | 31 | 214 | 100 | 122 | 0 | 55 | 376 | 106 | 40 |
| Binary | 110011 | 11001 | 10001100 | 1000000 | 1010010 | 0 | 101101 | 11111110 | 1000110 | 100000 |
Color Harmonies of #33198C
Complementary color
Monochromatic Colors of #33198C
Black with #33198C
Text Example
Text Example
White with #33198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33198C; }
p { color: rgb(51,25,140); }
H1.HeaderClassName
{
color: #33198C;
}
.AnyTagClassName
{
color: #33198C;
}
</style>
background-color css
<style>
a { background-color: #33198C; }
a { background-color: rgb(51,25,140); }
div.DivClassName
{
background-color: #33198C;
}
.BgClassName
{
background-color: #33198C;
}
</style>
border-color css
<style>
span { border-color: #33198C; }
span { border-color: rgb(51,25,140); }
td.TdClassName
{
border-color: #33198C;
}
.TagClassName
{
border-color: #33198C;
}
</style>