Shades of Persian Indigo #330C73
Tints of Persian Indigo #330C73
RGB
CMYK
RGB Variations
Color information
#330C73 (or 0x330C73) is known color: Persian Indigo. HEX triplet: 33, 0C and 73. RGB value is (51,12,115). Sum of RGB (Red+Green+Blue) = 51+12+115=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #330C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330C73 is #CCF38C. Grayscale: #232323. Windows color (decimal): -13431693 or 7539763. OLE color: 7539763.
HSL color Cylindrical-coordinate representation of color #330C73: hue angle of 262.72º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330C73 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 12 | 115 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.55 |
| HSL | 262.72º | 0.81% | 0.25% | - |
| HSV(B) | 262.72º | 0.9% | 0.45% | - |
| XYZ | 4.59 | 2.2 | 16.4 | - |
| YUV | 35.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 115 | 0.56 | 0.90 | 0 | 0.55 | 262.72 | 0.81 | 0.25 |
| Hex | 33 | C | 73 | 38 | 5A | 0 | 37 | 107 | 51 | 19 |
| Octal | 63 | 14 | 163 | 70 | 132 | 0 | 67 | 407 | 121 | 31 |
| Binary | 110011 | 1100 | 1110011 | 111000 | 1011010 | 0 | 110111 | 100000111 | 1010001 | 11001 |
Color Harmonies of #330C73
Complementary color
Monochromatic Colors of #330C73
Black with #330C73
Text Example
Text Example
White with #330C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C73; }
p { color: rgb(51,12,115); }
H1.HeaderClassName
{
color: #330C73;
}
.AnyTagClassName
{
color: #330C73;
}
</style>
background-color css
<style>
a { background-color: #330C73; }
a { background-color: rgb(51,12,115); }
div.DivClassName
{
background-color: #330C73;
}
.BgClassName
{
background-color: #330C73;
}
</style>
border-color css
<style>
span { border-color: #330C73; }
span { border-color: rgb(51,12,115); }
td.TdClassName
{
border-color: #330C73;
}
.TagClassName
{
border-color: #330C73;
}
</style>