Shades of Persian Indigo #330C80
Tints of Persian Indigo #330C80
RGB
CMYK
RGB Variations
Color information
#330C80 (or 0x330C80) is known color: Persian Indigo. HEX triplet: 33, 0C and 80. RGB value is (51,12,128). Sum of RGB (Red+Green+Blue) = 51+12+128=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #330C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330C80 is #CCF37F. Grayscale: #242424. Windows color (decimal): -13431680 or 8391731. OLE color: 8391731.
HSL color Cylindrical-coordinate representation of color #330C80: hue angle of 260.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330C80 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 12 | 128 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.50 |
| HSL | 260.17º | 0.83% | 0.27% | - |
| HSV(B) | 260.17º | 0.91% | 0.5% | - |
| XYZ | 5.39 | 2.53 | 20.63 | - |
| YUV | 36.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 128 | 0.60 | 0.91 | 0 | 0.50 | 260.17 | 0.83 | 0.27 |
| Hex | 33 | C | 80 | 3C | 5B | 0 | 32 | 104 | 53 | 1B |
| Octal | 63 | 14 | 200 | 74 | 133 | 0 | 62 | 404 | 123 | 33 |
| Binary | 110011 | 1100 | 10000000 | 111100 | 1011011 | 0 | 110010 | 100000100 | 1010011 | 11011 |
Color Harmonies of #330C80
Complementary color
Monochromatic Colors of #330C80
Black with #330C80
Text Example
Text Example
White with #330C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C80; }
p { color: rgb(51,12,128); }
H1.HeaderClassName
{
color: #330C80;
}
.AnyTagClassName
{
color: #330C80;
}
</style>
background-color css
<style>
a { background-color: #330C80; }
a { background-color: rgb(51,12,128); }
div.DivClassName
{
background-color: #330C80;
}
.BgClassName
{
background-color: #330C80;
}
</style>
border-color css
<style>
span { border-color: #330C80; }
span { border-color: rgb(51,12,128); }
td.TdClassName
{
border-color: #330C80;
}
.TagClassName
{
border-color: #330C80;
}
</style>