Shades of Persian Indigo #33116D
Tints of Persian Indigo #33116D
RGB
CMYK
RGB Variations
Color information
#33116D (or 0x33116D) is known color: Persian Indigo. HEX triplet: 33, 11 and 6D. RGB value is (51,17,109). Sum of RGB (Red+Green+Blue) = 51+17+109=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #33116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33116D is #CCEE92. Grayscale: #252525. Windows color (decimal): -13430419 or 7147827. OLE color: 7147827.
HSL color Cylindrical-coordinate representation of color #33116D: hue angle of 262.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33116D is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 17 | 109 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.57 |
| HSL | 262.17º | 0.73% | 0.25% | - |
| HSV(B) | 262.17º | 0.84% | 0.43% | - |
| XYZ | 4.33 | 2.21 | 14.67 | - |
| YUV | 37.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 109 | 0.53 | 0.84 | 0 | 0.57 | 262.17 | 0.73 | 0.25 |
| Hex | 33 | 11 | 6D | 35 | 54 | 0 | 39 | 106 | 49 | 19 |
| Octal | 63 | 21 | 155 | 65 | 124 | 0 | 71 | 406 | 111 | 31 |
| Binary | 110011 | 10001 | 1101101 | 110101 | 1010100 | 0 | 111001 | 100000110 | 1001001 | 11001 |
Color Harmonies of #33116D
Complementary color
Monochromatic Colors of #33116D
Black with #33116D
Text Example
Text Example
White with #33116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33116D; }
p { color: rgb(51,17,109); }
H1.HeaderClassName
{
color: #33116D;
}
.AnyTagClassName
{
color: #33116D;
}
</style>
background-color css
<style>
a { background-color: #33116D; }
a { background-color: rgb(51,17,109); }
div.DivClassName
{
background-color: #33116D;
}
.BgClassName
{
background-color: #33116D;
}
</style>
border-color css
<style>
span { border-color: #33116D; }
span { border-color: rgb(51,17,109); }
td.TdClassName
{
border-color: #33116D;
}
.TagClassName
{
border-color: #33116D;
}
</style>