Shades of Persian Indigo #33037E
Tints of Persian Indigo #33037E
RGB
CMYK
RGB Variations
Color information
#33037E (or 0x33037E) is known color: Persian Indigo. HEX triplet: 33, 03 and 7E. RGB value is (51,3,126). Sum of RGB (Red+Green+Blue) = 51+3+126=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 126 (49.61% from 255 or 70% from 180); Max value from RGB is 126 - color contains mainly: blue. Hex color #33037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33037E is #CCFC81. Grayscale: #1E1E1E. Windows color (decimal): -13433986 or 8258355. OLE color: 8258355.
HSL color Cylindrical-coordinate representation of color #33037E: hue angle of 263.41º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33037E is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 3 | 126 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.51 |
| HSL | 263.41º | 0.95% | 0.25% | - |
| HSV(B) | 263.41º | 0.98% | 0.49% | - |
| XYZ | 5.16 | 2.28 | 19.91 | - |
| YUV | 31.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 126 | 0.60 | 0.98 | 0 | 0.51 | 263.41 | 0.95 | 0.25 |
| Hex | 33 | 3 | 7E | 3C | 62 | 0 | 33 | 107 | 5F | 19 |
| Octal | 63 | 3 | 176 | 74 | 142 | 0 | 63 | 407 | 137 | 31 |
| Binary | 110011 | 11 | 1111110 | 111100 | 1100010 | 0 | 110011 | 100000111 | 1011111 | 11001 |
Color Harmonies of #33037E
Complementary color
Monochromatic Colors of #33037E
Black with #33037E
Text Example
Text Example
White with #33037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33037E; }
p { color: rgb(51,3,126); }
H1.HeaderClassName
{
color: #33037E;
}
.AnyTagClassName
{
color: #33037E;
}
</style>
background-color css
<style>
a { background-color: #33037E; }
a { background-color: rgb(51,3,126); }
div.DivClassName
{
background-color: #33037E;
}
.BgClassName
{
background-color: #33037E;
}
</style>
border-color css
<style>
span { border-color: #33037E; }
span { border-color: rgb(51,3,126); }
td.TdClassName
{
border-color: #33037E;
}
.TagClassName
{
border-color: #33037E;
}
</style>