Shades of Persian Indigo #33016C
Tints of Persian Indigo #33016C
RGB
CMYK
RGB Variations
Color information
#33016C (or 0x33016C) is known color: Persian Indigo. HEX triplet: 33, 01 and 6C. RGB value is (51,1,108). Sum of RGB (Red+Green+Blue) = 51+1+108=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #33016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33016C is #CCFE93. Grayscale: #1B1B1B. Windows color (decimal): -13434516 or 7078195. OLE color: 7078195.
HSL color Cylindrical-coordinate representation of color #33016C: hue angle of 268.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33016C is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 1 | 108 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.58 |
| HSL | 268.04º | 0.98% | 0.21% | - |
| HSV(B) | 268.04º | 0.99% | 0.42% | - |
| XYZ | 4.08 | 1.81 | 14.32 | - |
| YUV | 28.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 108 | 0.53 | 0.99 | 0 | 0.58 | 268.04 | 0.98 | 0.21 |
| Hex | 33 | 1 | 6C | 35 | 63 | 0 | 3A | 10C | 62 | 15 |
| Octal | 63 | 1 | 154 | 65 | 143 | 0 | 72 | 414 | 142 | 25 |
| Binary | 110011 | 1 | 1101100 | 110101 | 1100011 | 0 | 111010 | 100001100 | 1100010 | 10101 |
Color Harmonies of #33016C
Complementary color
Monochromatic Colors of #33016C
Black with #33016C
Text Example
Text Example
White with #33016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33016C; }
p { color: rgb(51,1,108); }
H1.HeaderClassName
{
color: #33016C;
}
.AnyTagClassName
{
color: #33016C;
}
</style>
background-color css
<style>
a { background-color: #33016C; }
a { background-color: rgb(51,1,108); }
div.DivClassName
{
background-color: #33016C;
}
.BgClassName
{
background-color: #33016C;
}
</style>
border-color css
<style>
span { border-color: #33016C; }
span { border-color: rgb(51,1,108); }
td.TdClassName
{
border-color: #33016C;
}
.TagClassName
{
border-color: #33016C;
}
</style>