Shades of Persian Indigo #330880
Tints of Persian Indigo #330880
RGB
CMYK
RGB Variations
Color information
#330880 (or 0x330880) is known color: Persian Indigo. HEX triplet: 33, 08 and 80. RGB value is (51,8,128). Sum of RGB (Red+Green+Blue) = 51+8+128=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #330880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330880 is #CCF77F. Grayscale: #222222. Windows color (decimal): -13432704 or 8390707. OLE color: 8390707.
HSL color Cylindrical-coordinate representation of color #330880: hue angle of 261.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330880 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 8 | 128 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.50 |
| HSL | 261.5º | 0.88% | 0.27% | - |
| HSV(B) | 261.5º | 0.94% | 0.5% | - |
| XYZ | 5.35 | 2.44 | 20.61 | - |
| YUV | 34.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 128 | 0.60 | 0.94 | 0 | 0.50 | 261.5 | 0.88 | 0.27 |
| Hex | 33 | 8 | 80 | 3C | 5E | 0 | 32 | 106 | 58 | 1B |
| Octal | 63 | 10 | 200 | 74 | 136 | 0 | 62 | 406 | 130 | 33 |
| Binary | 110011 | 1000 | 10000000 | 111100 | 1011110 | 0 | 110010 | 100000110 | 1011000 | 11011 |
Color Harmonies of #330880
Complementary color
Monochromatic Colors of #330880
Black with #330880
Text Example
Text Example
White with #330880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330880; }
p { color: rgb(51,8,128); }
H1.HeaderClassName
{
color: #330880;
}
.AnyTagClassName
{
color: #330880;
}
</style>
background-color css
<style>
a { background-color: #330880; }
a { background-color: rgb(51,8,128); }
div.DivClassName
{
background-color: #330880;
}
.BgClassName
{
background-color: #330880;
}
</style>
border-color css
<style>
span { border-color: #330880; }
span { border-color: rgb(51,8,128); }
td.TdClassName
{
border-color: #330880;
}
.TagClassName
{
border-color: #330880;
}
</style>