Shades of Persian Indigo #33016D
Tints of Persian Indigo #33016D
RGB
CMYK
RGB Variations
Color information
#33016D (or 0x33016D) is known color: Persian Indigo. HEX triplet: 33, 01 and 6D. RGB value is (51,1,109). Sum of RGB (Red+Green+Blue) = 51+1+109=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #33016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33016D is #CCFE92. Grayscale: #1B1B1B. Windows color (decimal): -13434515 or 7143731. OLE color: 7143731.
HSL color Cylindrical-coordinate representation of color #33016D: hue angle of 267.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33016D is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 1 | 109 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.57 |
| HSL | 267.78º | 0.98% | 0.22% | - |
| HSV(B) | 267.78º | 0.99% | 0.43% | - |
| XYZ | 4.14 | 1.83 | 14.6 | - |
| YUV | 28.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 109 | 0.53 | 0.99 | 0 | 0.57 | 267.78 | 0.98 | 0.22 |
| Hex | 33 | 1 | 6D | 35 | 63 | 0 | 39 | 10C | 62 | 16 |
| Octal | 63 | 1 | 155 | 65 | 143 | 0 | 71 | 414 | 142 | 26 |
| Binary | 110011 | 1 | 1101101 | 110101 | 1100011 | 0 | 111001 | 100001100 | 1100010 | 10110 |
Color Harmonies of #33016D
Complementary color
Monochromatic Colors of #33016D
Black with #33016D
Text Example
Text Example
White with #33016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33016D; }
p { color: rgb(51,1,109); }
H1.HeaderClassName
{
color: #33016D;
}
.AnyTagClassName
{
color: #33016D;
}
</style>
background-color css
<style>
a { background-color: #33016D; }
a { background-color: rgb(51,1,109); }
div.DivClassName
{
background-color: #33016D;
}
.BgClassName
{
background-color: #33016D;
}
</style>
border-color css
<style>
span { border-color: #33016D; }
span { border-color: rgb(51,1,109); }
td.TdClassName
{
border-color: #33016D;
}
.TagClassName
{
border-color: #33016D;
}
</style>