Shades of Persian Indigo #33046E
Tints of Persian Indigo #33046E
RGB
CMYK
RGB Variations
Color information
#33046E (or 0x33046E) is known color: Persian Indigo. HEX triplet: 33, 04 and 6E. RGB value is (51,4,110). Sum of RGB (Red+Green+Blue) = 51+4+110=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #33046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33046E is #CCFB91. Grayscale: #1D1D1D. Windows color (decimal): -13433746 or 7210035. OLE color: 7210035.
HSL color Cylindrical-coordinate representation of color #33046E: hue angle of 266.6º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33046E is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 4 | 110 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.57 |
| HSL | 266.6º | 0.93% | 0.22% | - |
| HSV(B) | 266.6º | 0.96% | 0.43% | - |
| XYZ | 4.22 | 1.92 | 14.9 | - |
| YUV | 30.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 110 | 0.54 | 0.96 | 0 | 0.57 | 266.6 | 0.93 | 0.22 |
| Hex | 33 | 4 | 6E | 36 | 60 | 0 | 39 | 10B | 5D | 16 |
| Octal | 63 | 4 | 156 | 66 | 140 | 0 | 71 | 413 | 135 | 26 |
| Binary | 110011 | 100 | 1101110 | 110110 | 1100000 | 0 | 111001 | 100001011 | 1011101 | 10110 |
Color Harmonies of #33046E
Complementary color
Monochromatic Colors of #33046E
Black with #33046E
Text Example
Text Example
White with #33046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33046E; }
p { color: rgb(51,4,110); }
H1.HeaderClassName
{
color: #33046E;
}
.AnyTagClassName
{
color: #33046E;
}
</style>
background-color css
<style>
a { background-color: #33046E; }
a { background-color: rgb(51,4,110); }
div.DivClassName
{
background-color: #33046E;
}
.BgClassName
{
background-color: #33046E;
}
</style>
border-color css
<style>
span { border-color: #33046E; }
span { border-color: rgb(51,4,110); }
td.TdClassName
{
border-color: #33046E;
}
.TagClassName
{
border-color: #33046E;
}
</style>