Shades of Persian Indigo #330C7D
Tints of Persian Indigo #330C7D
RGB
CMYK
RGB Variations
Color information
#330C7D (or 0x330C7D) is known color: Persian Indigo. HEX triplet: 33, 0C and 7D. RGB value is (51,12,125). Sum of RGB (Red+Green+Blue) = 51+12+125=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #330C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C7D is #CCF382. Grayscale: #242424. Windows color (decimal): -13431683 or 8195123. OLE color: 8195123.
HSL color Cylindrical-coordinate representation of color #330C7D: hue angle of 260.71º 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 #330C7D is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 12 | 125 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.51 |
| HSL | 260.71º | 0.82% | 0.27% | - |
| HSV(B) | 260.71º | 0.9% | 0.49% | - |
| XYZ | 5.2 | 2.45 | 19.6 | - |
| YUV | 36.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 125 | 0.59 | 0.90 | 0 | 0.51 | 260.71 | 0.82 | 0.27 |
| Hex | 33 | C | 7D | 3B | 5A | 0 | 33 | 105 | 52 | 1B |
| Octal | 63 | 14 | 175 | 73 | 132 | 0 | 63 | 405 | 122 | 33 |
| Binary | 110011 | 1100 | 1111101 | 111011 | 1011010 | 0 | 110011 | 100000101 | 1010010 | 11011 |
Color Harmonies of #330C7D
Complementary color
Monochromatic Colors of #330C7D
Black with #330C7D
Text Example
Text Example
White with #330C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C7D; }
p { color: rgb(51,12,125); }
H1.HeaderClassName
{
color: #330C7D;
}
.AnyTagClassName
{
color: #330C7D;
}
</style>
background-color css
<style>
a { background-color: #330C7D; }
a { background-color: rgb(51,12,125); }
div.DivClassName
{
background-color: #330C7D;
}
.BgClassName
{
background-color: #330C7D;
}
</style>
border-color css
<style>
span { border-color: #330C7D; }
span { border-color: rgb(51,12,125); }
td.TdClassName
{
border-color: #330C7D;
}
.TagClassName
{
border-color: #330C7D;
}
</style>