Shades of Persian Indigo #33006E
Tints of Persian Indigo #33006E
RGB
CMYK
RGB Variations
Color information
#33006E (or 0x33006E) is known color: Persian Indigo. HEX triplet: 33, 00 and 6E. RGB value is (51,0,110). Sum of RGB (Red+Green+Blue) = 51+0+110=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #33006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33006E is #CCFF91. Grayscale: #1B1B1B. Windows color (decimal): -13434770 or 7209011. OLE color: 7209011.
HSL color Cylindrical-coordinate representation of color #33006E: hue angle of 267.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33006E is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 0 | 110 | - |
| CMYK | 0.54 | 1 | 0 | 0.57 |
| HSL | 267.82º | 1% | 0.22% | - |
| HSV(B) | 267.82º | 1% | 0.43% | - |
| XYZ | 4.18 | 1.83 | 14.88 | - |
| YUV | 27.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 110 | 0.54 | 1 | 0 | 0.57 | 267.82 | 1 | 0.22 |
| Hex | 33 | 0 | 6E | 36 | 64 | 0 | 39 | 10C | 64 | 16 |
| Octal | 63 | 0 | 156 | 66 | 144 | 0 | 71 | 414 | 144 | 26 |
| Binary | 110011 | 0 | 1101110 | 110110 | 1100100 | 0 | 111001 | 100001100 | 1100100 | 10110 |
Color Harmonies of #33006E
Complementary color
Monochromatic Colors of #33006E
Black with #33006E
Text Example
Text Example
White with #33006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33006E; }
p { color: rgb(51,0,110); }
H1.HeaderClassName
{
color: #33006E;
}
.AnyTagClassName
{
color: #33006E;
}
</style>
background-color css
<style>
a { background-color: #33006E; }
a { background-color: rgb(51,0,110); }
div.DivClassName
{
background-color: #33006E;
}
.BgClassName
{
background-color: #33006E;
}
</style>
border-color css
<style>
span { border-color: #33006E; }
span { border-color: rgb(51,0,110); }
td.TdClassName
{
border-color: #33006E;
}
.TagClassName
{
border-color: #33006E;
}
</style>