Shades of Persian Indigo #330C85
Tints of Persian Indigo #330C85
RGB
CMYK
RGB Variations
Color information
#330C85 (or 0x330C85) is known color: Persian Indigo. HEX triplet: 33, 0C and 85. RGB value is (51,12,133). Sum of RGB (Red+Green+Blue) = 51+12+133=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #330C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330C85 is #CCF37A. Grayscale: #252525. Windows color (decimal): -13431675 or 8719411. OLE color: 8719411.
HSL color Cylindrical-coordinate representation of color #330C85: hue angle of 259.34º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330C85 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 12 | 133 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.48 |
| HSL | 259.34º | 0.83% | 0.28% | - |
| HSV(B) | 259.34º | 0.91% | 0.52% | - |
| XYZ | 5.73 | 2.66 | 22.4 | - |
| YUV | 37.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 133 | 0.62 | 0.91 | 0 | 0.48 | 259.34 | 0.83 | 0.28 |
| Hex | 33 | C | 85 | 3E | 5B | 0 | 30 | 103 | 53 | 1C |
| Octal | 63 | 14 | 205 | 76 | 133 | 0 | 60 | 403 | 123 | 34 |
| Binary | 110011 | 1100 | 10000101 | 111110 | 1011011 | 0 | 110000 | 100000011 | 1010011 | 11100 |
Color Harmonies of #330C85
Complementary color
Monochromatic Colors of #330C85
Black with #330C85
Text Example
Text Example
White with #330C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C85; }
p { color: rgb(51,12,133); }
H1.HeaderClassName
{
color: #330C85;
}
.AnyTagClassName
{
color: #330C85;
}
</style>
background-color css
<style>
a { background-color: #330C85; }
a { background-color: rgb(51,12,133); }
div.DivClassName
{
background-color: #330C85;
}
.BgClassName
{
background-color: #330C85;
}
</style>
border-color css
<style>
span { border-color: #330C85; }
span { border-color: rgb(51,12,133); }
td.TdClassName
{
border-color: #330C85;
}
.TagClassName
{
border-color: #330C85;
}
</style>