Shades of Persian Indigo #330A89
Tints of Persian Indigo #330A89
RGB
CMYK
RGB Variations
Color information
#330A89 (or 0x330A89) is known color: Persian Indigo. HEX triplet: 33, 0A and 89. RGB value is (51,10,137). Sum of RGB (Red+Green+Blue) = 51+10+137=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #330A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A89 is #CCF576. Grayscale: #242424. Windows color (decimal): -13432183 or 8981043. OLE color: 8981043.
HSL color Cylindrical-coordinate representation of color #330A89: hue angle of 259.37º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330A89 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 10 | 137 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.46 |
| HSL | 259.37º | 0.86% | 0.29% | - |
| HSV(B) | 259.37º | 0.93% | 0.54% | - |
| XYZ | 5.99 | 2.73 | 23.88 | - |
| YUV | 36.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 137 | 0.63 | 0.93 | 0 | 0.46 | 259.37 | 0.86 | 0.29 |
| Hex | 33 | A | 89 | 3F | 5D | 0 | 2E | 103 | 56 | 1D |
| Octal | 63 | 12 | 211 | 77 | 135 | 0 | 56 | 403 | 126 | 35 |
| Binary | 110011 | 1010 | 10001001 | 111111 | 1011101 | 0 | 101110 | 100000011 | 1010110 | 11101 |
Color Harmonies of #330A89
Complementary color
Monochromatic Colors of #330A89
Black with #330A89
Text Example
Text Example
White with #330A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A89; }
p { color: rgb(51,10,137); }
H1.HeaderClassName
{
color: #330A89;
}
.AnyTagClassName
{
color: #330A89;
}
</style>
background-color css
<style>
a { background-color: #330A89; }
a { background-color: rgb(51,10,137); }
div.DivClassName
{
background-color: #330A89;
}
.BgClassName
{
background-color: #330A89;
}
</style>
border-color css
<style>
span { border-color: #330A89; }
span { border-color: rgb(51,10,137); }
td.TdClassName
{
border-color: #330A89;
}
.TagClassName
{
border-color: #330A89;
}
</style>