Shades of Persian Indigo #33006F
Tints of Persian Indigo #33006F
RGB
CMYK
RGB Variations
Color information
#33006F (or 0x33006F) is known color: Persian Indigo. HEX triplet: 33, 00 and 6F. RGB value is (51,0,111). Sum of RGB (Red+Green+Blue) = 51+0+111=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #33006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33006F is #CCFF90. Grayscale: #1B1B1B. Windows color (decimal): -13434769 or 7274547. OLE color: 7274547.
HSL color Cylindrical-coordinate representation of color #33006F: hue angle of 267.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33006F is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 0 | 111 | - |
| CMYK | 0.54 | 1 | 0 | 0.56 |
| HSL | 267.57º | 1% | 0.22% | - |
| HSV(B) | 267.57º | 1% | 0.44% | - |
| XYZ | 4.23 | 1.85 | 15.17 | - |
| YUV | 27.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 111 | 0.54 | 1 | 0 | 0.56 | 267.57 | 1 | 0.22 |
| Hex | 33 | 0 | 6F | 36 | 64 | 0 | 38 | 10C | 64 | 16 |
| Octal | 63 | 0 | 157 | 66 | 144 | 0 | 70 | 414 | 144 | 26 |
| Binary | 110011 | 0 | 1101111 | 110110 | 1100100 | 0 | 111000 | 100001100 | 1100100 | 10110 |
Color Harmonies of #33006F
Complementary color
Monochromatic Colors of #33006F
Black with #33006F
Text Example
Text Example
White with #33006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33006F; }
p { color: rgb(51,0,111); }
H1.HeaderClassName
{
color: #33006F;
}
.AnyTagClassName
{
color: #33006F;
}
</style>
background-color css
<style>
a { background-color: #33006F; }
a { background-color: rgb(51,0,111); }
div.DivClassName
{
background-color: #33006F;
}
.BgClassName
{
background-color: #33006F;
}
</style>
border-color css
<style>
span { border-color: #33006F; }
span { border-color: rgb(51,0,111); }
td.TdClassName
{
border-color: #33006F;
}
.TagClassName
{
border-color: #33006F;
}
</style>