Shades of Persian Indigo #330C7C
Tints of Persian Indigo #330C7C
RGB
CMYK
RGB Variations
Color information
#330C7C (or 0x330C7C) is known color: Persian Indigo. HEX triplet: 33, 0C and 7C. RGB value is (51,12,124). Sum of RGB (Red+Green+Blue) = 51+12+124=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #330C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C7C is #CCF383. Grayscale: #242424. Windows color (decimal): -13431684 or 8129587. OLE color: 8129587.
HSL color Cylindrical-coordinate representation of color #330C7C: hue angle of 260.89º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330C7C is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 12 | 124 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.51 |
| HSL | 260.89º | 0.82% | 0.27% | - |
| HSV(B) | 260.89º | 0.9% | 0.49% | - |
| XYZ | 5.13 | 2.42 | 19.27 | - |
| YUV | 36.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 124 | 0.59 | 0.90 | 0 | 0.51 | 260.89 | 0.82 | 0.27 |
| Hex | 33 | C | 7C | 3B | 5A | 0 | 33 | 105 | 52 | 1B |
| Octal | 63 | 14 | 174 | 73 | 132 | 0 | 63 | 405 | 122 | 33 |
| Binary | 110011 | 1100 | 1111100 | 111011 | 1011010 | 0 | 110011 | 100000101 | 1010010 | 11011 |
Color Harmonies of #330C7C
Complementary color
Monochromatic Colors of #330C7C
Black with #330C7C
Text Example
Text Example
White with #330C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C7C; }
p { color: rgb(51,12,124); }
H1.HeaderClassName
{
color: #330C7C;
}
.AnyTagClassName
{
color: #330C7C;
}
</style>
background-color css
<style>
a { background-color: #330C7C; }
a { background-color: rgb(51,12,124); }
div.DivClassName
{
background-color: #330C7C;
}
.BgClassName
{
background-color: #330C7C;
}
</style>
border-color css
<style>
span { border-color: #330C7C; }
span { border-color: rgb(51,12,124); }
td.TdClassName
{
border-color: #330C7C;
}
.TagClassName
{
border-color: #330C7C;
}
</style>