Shades of Persian Indigo #33029E
Tints of Persian Indigo #33029E
RGB
CMYK
RGB Variations
Color information
#33029E (or 0x33029E) is known color: Persian Indigo. HEX triplet: 33, 02 and 9E. RGB value is (51,2,158). Sum of RGB (Red+Green+Blue) = 51+2+158=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #33029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33029E is #CCFD61. Grayscale: #212121. Windows color (decimal): -13434210 or 10355251. OLE color: 10355251.
HSL color Cylindrical-coordinate representation of color #33029E: hue angle of 258.85º degrees, saturation: 0.98, 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 #33029E is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 2 | 158 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.38 |
| HSL | 258.85º | 0.98% | 0.31% | - |
| HSV(B) | 258.85º | 0.99% | 0.62% | - |
| XYZ | 7.56 | 3.22 | 32.57 | - |
| YUV | 34.44 | 197.73 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 158 | 0.68 | 0.99 | 0 | 0.38 | 258.85 | 0.98 | 0.31 |
| Hex | 33 | 2 | 9E | 44 | 63 | 0 | 26 | 103 | 62 | 1F |
| Octal | 63 | 2 | 236 | 104 | 143 | 0 | 46 | 403 | 142 | 37 |
| Binary | 110011 | 10 | 10011110 | 1000100 | 1100011 | 0 | 100110 | 100000011 | 1100010 | 11111 |
Color Harmonies of #33029E
Complementary color
Monochromatic Colors of #33029E
Black with #33029E
Text Example
Text Example
White with #33029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33029E; }
p { color: rgb(51,2,158); }
H1.HeaderClassName
{
color: #33029E;
}
.AnyTagClassName
{
color: #33029E;
}
</style>
background-color css
<style>
a { background-color: #33029E; }
a { background-color: rgb(51,2,158); }
div.DivClassName
{
background-color: #33029E;
}
.BgClassName
{
background-color: #33029E;
}
</style>
border-color css
<style>
span { border-color: #33029E; }
span { border-color: rgb(51,2,158); }
td.TdClassName
{
border-color: #33029E;
}
.TagClassName
{
border-color: #33029E;
}
</style>