Shades of Persian Indigo #330A78
Tints of Persian Indigo #330A78
RGB
CMYK
RGB Variations
Color information
#330A78 (or 0x330A78) is known color: Persian Indigo. HEX triplet: 33, 0A and 78. RGB value is (51,10,120). Sum of RGB (Red+Green+Blue) = 51+10+120=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #330A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A78 is #CCF587. Grayscale: #222222. Windows color (decimal): -13432200 or 7866931. OLE color: 7866931.
HSL color Cylindrical-coordinate representation of color #330A78: hue angle of 262.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330A78 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 10 | 120 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.53 |
| HSL | 262.36º | 0.85% | 0.25% | - |
| HSV(B) | 262.36º | 0.92% | 0.47% | - |
| XYZ | 4.86 | 2.28 | 17.95 | - |
| YUV | 34.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 120 | 0.58 | 0.92 | 0 | 0.53 | 262.36 | 0.85 | 0.25 |
| Hex | 33 | A | 78 | 3A | 5C | 0 | 35 | 106 | 55 | 19 |
| Octal | 63 | 12 | 170 | 72 | 134 | 0 | 65 | 406 | 125 | 31 |
| Binary | 110011 | 1010 | 1111000 | 111010 | 1011100 | 0 | 110101 | 100000110 | 1010101 | 11001 |
Color Harmonies of #330A78
Complementary color
Monochromatic Colors of #330A78
Black with #330A78
Text Example
Text Example
White with #330A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A78; }
p { color: rgb(51,10,120); }
H1.HeaderClassName
{
color: #330A78;
}
.AnyTagClassName
{
color: #330A78;
}
</style>
background-color css
<style>
a { background-color: #330A78; }
a { background-color: rgb(51,10,120); }
div.DivClassName
{
background-color: #330A78;
}
.BgClassName
{
background-color: #330A78;
}
</style>
border-color css
<style>
span { border-color: #330A78; }
span { border-color: rgb(51,10,120); }
td.TdClassName
{
border-color: #330A78;
}
.TagClassName
{
border-color: #330A78;
}
</style>