Shades of Persian Indigo #33037F
Tints of Persian Indigo #33037F
RGB
CMYK
RGB Variations
Color information
#33037F (or 0x33037F) is known color: Persian Indigo. HEX triplet: 33, 03 and 7F. RGB value is (51,3,127). Sum of RGB (Red+Green+Blue) = 51+3+127=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #33037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33037F is #CCFC80. Grayscale: #1F1F1F. Windows color (decimal): -13433985 or 8323891. OLE color: 8323891.
HSL color Cylindrical-coordinate representation of color #33037F: hue angle of 263.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33037F is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 3 | 127 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.50 |
| HSL | 263.23º | 0.95% | 0.25% | - |
| HSV(B) | 263.23º | 0.98% | 0.5% | - |
| XYZ | 5.23 | 2.3 | 20.25 | - |
| YUV | 31.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 127 | 0.60 | 0.98 | 0 | 0.50 | 263.23 | 0.95 | 0.25 |
| Hex | 33 | 3 | 7F | 3C | 62 | 0 | 32 | 107 | 5F | 19 |
| Octal | 63 | 3 | 177 | 74 | 142 | 0 | 62 | 407 | 137 | 31 |
| Binary | 110011 | 11 | 1111111 | 111100 | 1100010 | 0 | 110010 | 100000111 | 1011111 | 11001 |
Color Harmonies of #33037F
Complementary color
Monochromatic Colors of #33037F
Black with #33037F
Text Example
Text Example
White with #33037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33037F; }
p { color: rgb(51,3,127); }
H1.HeaderClassName
{
color: #33037F;
}
.AnyTagClassName
{
color: #33037F;
}
</style>
background-color css
<style>
a { background-color: #33037F; }
a { background-color: rgb(51,3,127); }
div.DivClassName
{
background-color: #33037F;
}
.BgClassName
{
background-color: #33037F;
}
</style>
border-color css
<style>
span { border-color: #33037F; }
span { border-color: rgb(51,3,127); }
td.TdClassName
{
border-color: #33037F;
}
.TagClassName
{
border-color: #33037F;
}
</style>