Shades of Persian Indigo #330884
Tints of Persian Indigo #330884
RGB
CMYK
RGB Variations
Color information
#330884 (or 0x330884) is known color: Persian Indigo. HEX triplet: 33, 08 and 84. RGB value is (51,8,132). Sum of RGB (Red+Green+Blue) = 51+8+132=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 132 (51.95% from 255 or 69.11% from 191); Max value from RGB is 132 - color contains mainly: blue. Hex color #330884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330884 is #CCF77B. Grayscale: #222222. Windows color (decimal): -13432700 or 8652851. OLE color: 8652851.
HSL color Cylindrical-coordinate representation of color #330884: hue angle of 260.81º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330884 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 8 | 132 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.48 |
| HSL | 260.81º | 0.89% | 0.27% | - |
| HSV(B) | 260.81º | 0.94% | 0.52% | - |
| XYZ | 5.62 | 2.54 | 22.02 | - |
| YUV | 34.99 | 182.75 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 132 | 0.61 | 0.94 | 0 | 0.48 | 260.81 | 0.89 | 0.27 |
| Hex | 33 | 8 | 84 | 3D | 5E | 0 | 30 | 105 | 59 | 1B |
| Octal | 63 | 10 | 204 | 75 | 136 | 0 | 60 | 405 | 131 | 33 |
| Binary | 110011 | 1000 | 10000100 | 111101 | 1011110 | 0 | 110000 | 100000101 | 1011001 | 11011 |
Color Harmonies of #330884
Complementary color
Monochromatic Colors of #330884
Black with #330884
Text Example
Text Example
White with #330884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330884; }
p { color: rgb(51,8,132); }
H1.HeaderClassName
{
color: #330884;
}
.AnyTagClassName
{
color: #330884;
}
</style>
background-color css
<style>
a { background-color: #330884; }
a { background-color: rgb(51,8,132); }
div.DivClassName
{
background-color: #330884;
}
.BgClassName
{
background-color: #330884;
}
</style>
border-color css
<style>
span { border-color: #330884; }
span { border-color: rgb(51,8,132); }
td.TdClassName
{
border-color: #330884;
}
.TagClassName
{
border-color: #330884;
}
</style>