Shades of Persian Indigo #33119D
Tints of Persian Indigo #33119D
RGB
CMYK
RGB Variations
Color information
#33119D (or 0x33119D) is known color: Persian Indigo. HEX triplet: 33, 11 and 9D. RGB value is (51,17,157). Sum of RGB (Red+Green+Blue) = 51+17+157=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #33119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33119D is #CCEE62. Grayscale: #2A2A2A. Windows color (decimal): -13430371 or 10293555. OLE color: 10293555.
HSL color Cylindrical-coordinate representation of color #33119D: hue angle of 254.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33119D is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 17 | 157 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.38 |
| HSL | 254.57º | 0.8% | 0.34% | - |
| HSV(B) | 254.57º | 0.89% | 0.62% | - |
| XYZ | 7.65 | 3.54 | 32.18 | - |
| YUV | 43.13 | 192.26 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 157 | 0.68 | 0.89 | 0 | 0.38 | 254.57 | 0.8 | 0.34 |
| Hex | 33 | 11 | 9D | 44 | 59 | 0 | 26 | FF | 50 | 22 |
| Octal | 63 | 21 | 235 | 104 | 131 | 0 | 46 | 377 | 120 | 42 |
| Binary | 110011 | 10001 | 10011101 | 1000100 | 1011001 | 0 | 100110 | 11111111 | 1010000 | 100010 |
Color Harmonies of #33119D
Complementary color
Monochromatic Colors of #33119D
Black with #33119D
Text Example
Text Example
White with #33119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33119D; }
p { color: rgb(51,17,157); }
H1.HeaderClassName
{
color: #33119D;
}
.AnyTagClassName
{
color: #33119D;
}
</style>
background-color css
<style>
a { background-color: #33119D; }
a { background-color: rgb(51,17,157); }
div.DivClassName
{
background-color: #33119D;
}
.BgClassName
{
background-color: #33119D;
}
</style>
border-color css
<style>
span { border-color: #33119D; }
span { border-color: rgb(51,17,157); }
td.TdClassName
{
border-color: #33119D;
}
.TagClassName
{
border-color: #33119D;
}
</style>