Shades of Persian Indigo #330E85
Tints of Persian Indigo #330E85
RGB
CMYK
RGB Variations
Color information
#330E85 (or 0x330E85) is known color: Persian Indigo. HEX triplet: 33, 0E and 85. RGB value is (51,14,133). Sum of RGB (Red+Green+Blue) = 51+14+133=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #330E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330E85 is #CCF17A. Grayscale: #262626. Windows color (decimal): -13431163 or 8719923. OLE color: 8719923.
HSL color Cylindrical-coordinate representation of color #330E85: hue angle of 258.66º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330E85 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 14 | 133 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.48 |
| HSL | 258.66º | 0.81% | 0.29% | - |
| HSV(B) | 258.66º | 0.89% | 0.52% | - |
| XYZ | 5.76 | 2.71 | 22.41 | - |
| YUV | 38.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 133 | 0.62 | 0.89 | 0 | 0.48 | 258.66 | 0.81 | 0.29 |
| Hex | 33 | E | 85 | 3E | 59 | 0 | 30 | 103 | 51 | 1D |
| Octal | 63 | 16 | 205 | 76 | 131 | 0 | 60 | 403 | 121 | 35 |
| Binary | 110011 | 1110 | 10000101 | 111110 | 1011001 | 0 | 110000 | 100000011 | 1010001 | 11101 |
Color Harmonies of #330E85
Complementary color
Monochromatic Colors of #330E85
Black with #330E85
Text Example
Text Example
White with #330E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330E85; }
p { color: rgb(51,14,133); }
H1.HeaderClassName
{
color: #330E85;
}
.AnyTagClassName
{
color: #330E85;
}
</style>
background-color css
<style>
a { background-color: #330E85; }
a { background-color: rgb(51,14,133); }
div.DivClassName
{
background-color: #330E85;
}
.BgClassName
{
background-color: #330E85;
}
</style>
border-color css
<style>
span { border-color: #330E85; }
span { border-color: rgb(51,14,133); }
td.TdClassName
{
border-color: #330E85;
}
.TagClassName
{
border-color: #330E85;
}
</style>