Shades of Persian Indigo #330888
Tints of Persian Indigo #330888
RGB
CMYK
RGB Variations
Color information
#330888 (or 0x330888) is known color: Persian Indigo. HEX triplet: 33, 08 and 88. RGB value is (51,8,136). Sum of RGB (Red+Green+Blue) = 51+8+136=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #330888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330888 is #CCF777. Grayscale: #222222. Windows color (decimal): -13432696 or 8914995. OLE color: 8914995.
HSL color Cylindrical-coordinate representation of color #330888: hue angle of 260.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330888 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 8 | 136 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.47 |
| HSL | 260.16º | 0.89% | 0.28% | - |
| HSV(B) | 260.16º | 0.94% | 0.53% | - |
| XYZ | 5.9 | 2.66 | 23.49 | - |
| YUV | 35.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 136 | 0.62 | 0.94 | 0 | 0.47 | 260.16 | 0.89 | 0.28 |
| Hex | 33 | 8 | 88 | 3E | 5E | 0 | 2F | 104 | 59 | 1C |
| Octal | 63 | 10 | 210 | 76 | 136 | 0 | 57 | 404 | 131 | 34 |
| Binary | 110011 | 1000 | 10001000 | 111110 | 1011110 | 0 | 101111 | 100000100 | 1011001 | 11100 |
Color Harmonies of #330888
Complementary color
Monochromatic Colors of #330888
Black with #330888
Text Example
Text Example
White with #330888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330888; }
p { color: rgb(51,8,136); }
H1.HeaderClassName
{
color: #330888;
}
.AnyTagClassName
{
color: #330888;
}
</style>
background-color css
<style>
a { background-color: #330888; }
a { background-color: rgb(51,8,136); }
div.DivClassName
{
background-color: #330888;
}
.BgClassName
{
background-color: #330888;
}
</style>
border-color css
<style>
span { border-color: #330888; }
span { border-color: rgb(51,8,136); }
td.TdClassName
{
border-color: #330888;
}
.TagClassName
{
border-color: #330888;
}
</style>