Shades of Persian Indigo #33119F
Tints of Persian Indigo #33119F
RGB
CMYK
RGB Variations
Color information
#33119F (or 0x33119F) is known color: Persian Indigo. HEX triplet: 33, 11 and 9F. RGB value is (51,17,159). Sum of RGB (Red+Green+Blue) = 51+17+159=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #33119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33119F is #CCEE60. Grayscale: #2A2A2A. Windows color (decimal): -13430369 or 10424627. OLE color: 10424627.
HSL color Cylindrical-coordinate representation of color #33119F: hue angle of 254.37º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33119F is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 17 | 159 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.38 |
| HSL | 254.37º | 0.81% | 0.35% | - |
| HSV(B) | 254.37º | 0.89% | 0.62% | - |
| XYZ | 7.82 | 3.61 | 33.08 | - |
| YUV | 43.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 159 | 0.68 | 0.89 | 0 | 0.38 | 254.37 | 0.81 | 0.35 |
| Hex | 33 | 11 | 9F | 44 | 59 | 0 | 26 | FE | 51 | 23 |
| Octal | 63 | 21 | 237 | 104 | 131 | 0 | 46 | 376 | 121 | 43 |
| Binary | 110011 | 10001 | 10011111 | 1000100 | 1011001 | 0 | 100110 | 11111110 | 1010001 | 100011 |
Color Harmonies of #33119F
Complementary color
Monochromatic Colors of #33119F
Black with #33119F
Text Example
Text Example
White with #33119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33119F; }
p { color: rgb(51,17,159); }
H1.HeaderClassName
{
color: #33119F;
}
.AnyTagClassName
{
color: #33119F;
}
</style>
background-color css
<style>
a { background-color: #33119F; }
a { background-color: rgb(51,17,159); }
div.DivClassName
{
background-color: #33119F;
}
.BgClassName
{
background-color: #33119F;
}
</style>
border-color css
<style>
span { border-color: #33119F; }
span { border-color: rgb(51,17,159); }
td.TdClassName
{
border-color: #33119F;
}
.TagClassName
{
border-color: #33119F;
}
</style>