Shades of Persian Indigo #330B85
Tints of Persian Indigo #330B85
RGB
CMYK
RGB Variations
Color information
#330B85 (or 0x330B85) is known color: Persian Indigo. HEX triplet: 33, 0B and 85. RGB value is (51,11,133). Sum of RGB (Red+Green+Blue) = 51+11+133=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #330B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330B85 is #CCF47A. Grayscale: #242424. Windows color (decimal): -13431931 or 8719155. OLE color: 8719155.
HSL color Cylindrical-coordinate representation of color #330B85: hue angle of 259.67º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330B85 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 11 | 133 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.48 |
| HSL | 259.67º | 0.85% | 0.28% | - |
| HSV(B) | 259.67º | 0.92% | 0.52% | - |
| XYZ | 5.72 | 2.64 | 22.4 | - |
| YUV | 36.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 133 | 0.62 | 0.92 | 0 | 0.48 | 259.67 | 0.85 | 0.28 |
| Hex | 33 | B | 85 | 3E | 5C | 0 | 30 | 104 | 55 | 1C |
| Octal | 63 | 13 | 205 | 76 | 134 | 0 | 60 | 404 | 125 | 34 |
| Binary | 110011 | 1011 | 10000101 | 111110 | 1011100 | 0 | 110000 | 100000100 | 1010101 | 11100 |
Color Harmonies of #330B85
Complementary color
Monochromatic Colors of #330B85
Black with #330B85
Text Example
Text Example
White with #330B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B85; }
p { color: rgb(51,11,133); }
H1.HeaderClassName
{
color: #330B85;
}
.AnyTagClassName
{
color: #330B85;
}
</style>
background-color css
<style>
a { background-color: #330B85; }
a { background-color: rgb(51,11,133); }
div.DivClassName
{
background-color: #330B85;
}
.BgClassName
{
background-color: #330B85;
}
</style>
border-color css
<style>
span { border-color: #330B85; }
span { border-color: rgb(51,11,133); }
td.TdClassName
{
border-color: #330B85;
}
.TagClassName
{
border-color: #330B85;
}
</style>