Shades of Persian Indigo #330C71
Tints of Persian Indigo #330C71
RGB
CMYK
RGB Variations
Color information
#330C71 (or 0x330C71) is known color: Persian Indigo. HEX triplet: 33, 0C and 71. RGB value is (51,12,113). Sum of RGB (Red+Green+Blue) = 51+12+113=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #330C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C71 is #CCF38E. Grayscale: #222222. Windows color (decimal): -13431695 or 7408691. OLE color: 7408691.
HSL color Cylindrical-coordinate representation of color #330C71: hue angle of 263.17º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330C71 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 12 | 113 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.56 |
| HSL | 263.17º | 0.81% | 0.25% | - |
| HSV(B) | 263.17º | 0.89% | 0.44% | - |
| XYZ | 4.48 | 2.16 | 15.8 | - |
| YUV | 35.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 113 | 0.55 | 0.89 | 0 | 0.56 | 263.17 | 0.81 | 0.25 |
| Hex | 33 | C | 71 | 37 | 59 | 0 | 38 | 107 | 51 | 19 |
| Octal | 63 | 14 | 161 | 67 | 131 | 0 | 70 | 407 | 121 | 31 |
| Binary | 110011 | 1100 | 1110001 | 110111 | 1011001 | 0 | 111000 | 100000111 | 1010001 | 11001 |
Color Harmonies of #330C71
Complementary color
Monochromatic Colors of #330C71
Black with #330C71
Text Example
Text Example
White with #330C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C71; }
p { color: rgb(51,12,113); }
H1.HeaderClassName
{
color: #330C71;
}
.AnyTagClassName
{
color: #330C71;
}
</style>
background-color css
<style>
a { background-color: #330C71; }
a { background-color: rgb(51,12,113); }
div.DivClassName
{
background-color: #330C71;
}
.BgClassName
{
background-color: #330C71;
}
</style>
border-color css
<style>
span { border-color: #330C71; }
span { border-color: rgb(51,12,113); }
td.TdClassName
{
border-color: #330C71;
}
.TagClassName
{
border-color: #330C71;
}
</style>