Shades of Persian Indigo #33019F
Tints of Persian Indigo #33019F
RGB
CMYK
RGB Variations
Color information
#33019F (or 0x33019F) is known color: Persian Indigo. HEX triplet: 33, 01 and 9F. RGB value is (51,1,159). Sum of RGB (Red+Green+Blue) = 51+1+159=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #33019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33019F is #CCFE60. Grayscale: #212121. Windows color (decimal): -13434465 or 10420531. OLE color: 10420531.
HSL color Cylindrical-coordinate representation of color #33019F: hue angle of 258.99º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33019F is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 1 | 159 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.38 |
| HSL | 258.99º | 0.99% | 0.31% | - |
| HSV(B) | 258.99º | 0.99% | 0.62% | - |
| XYZ | 7.63 | 3.23 | 33.02 | - |
| YUV | 33.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 159 | 0.68 | 0.99 | 0 | 0.38 | 258.99 | 0.99 | 0.31 |
| Hex | 33 | 1 | 9F | 44 | 63 | 0 | 26 | 103 | 63 | 1F |
| Octal | 63 | 1 | 237 | 104 | 143 | 0 | 46 | 403 | 143 | 37 |
| Binary | 110011 | 1 | 10011111 | 1000100 | 1100011 | 0 | 100110 | 100000011 | 1100011 | 11111 |
Color Harmonies of #33019F
Complementary color
Monochromatic Colors of #33019F
Black with #33019F
Text Example
Text Example
White with #33019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33019F; }
p { color: rgb(51,1,159); }
H1.HeaderClassName
{
color: #33019F;
}
.AnyTagClassName
{
color: #33019F;
}
</style>
background-color css
<style>
a { background-color: #33019F; }
a { background-color: rgb(51,1,159); }
div.DivClassName
{
background-color: #33019F;
}
.BgClassName
{
background-color: #33019F;
}
</style>
border-color css
<style>
span { border-color: #33019F; }
span { border-color: rgb(51,1,159); }
td.TdClassName
{
border-color: #33019F;
}
.TagClassName
{
border-color: #33019F;
}
</style>