Shades of Persian Indigo #33019E
Tints of Persian Indigo #33019E
RGB
CMYK
RGB Variations
Color information
#33019E (or 0x33019E) is known color: Persian Indigo. HEX triplet: 33, 01 and 9E. RGB value is (51,1,158). Sum of RGB (Red+Green+Blue) = 51+1+158=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #33019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33019E is #CCFE61. Grayscale: #212121. Windows color (decimal): -13434466 or 10354995. OLE color: 10354995.
HSL color Cylindrical-coordinate representation of color #33019E: hue angle of 259.11º 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 #33019E is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 1 | 158 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.38 |
| HSL | 259.11º | 0.99% | 0.31% | - |
| HSV(B) | 259.11º | 0.99% | 0.62% | - |
| XYZ | 7.55 | 3.19 | 32.57 | - |
| YUV | 33.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 158 | 0.68 | 0.99 | 0 | 0.38 | 259.11 | 0.99 | 0.31 |
| Hex | 33 | 1 | 9E | 44 | 63 | 0 | 26 | 103 | 63 | 1F |
| Octal | 63 | 1 | 236 | 104 | 143 | 0 | 46 | 403 | 143 | 37 |
| Binary | 110011 | 1 | 10011110 | 1000100 | 1100011 | 0 | 100110 | 100000011 | 1100011 | 11111 |
Color Harmonies of #33019E
Complementary color
Monochromatic Colors of #33019E
Black with #33019E
Text Example
Text Example
White with #33019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33019E; }
p { color: rgb(51,1,158); }
H1.HeaderClassName
{
color: #33019E;
}
.AnyTagClassName
{
color: #33019E;
}
</style>
background-color css
<style>
a { background-color: #33019E; }
a { background-color: rgb(51,1,158); }
div.DivClassName
{
background-color: #33019E;
}
.BgClassName
{
background-color: #33019E;
}
</style>
border-color css
<style>
span { border-color: #33019E; }
span { border-color: rgb(51,1,158); }
td.TdClassName
{
border-color: #33019E;
}
.TagClassName
{
border-color: #33019E;
}
</style>