Shades of Persian Indigo #330764
Tints of Persian Indigo #330764
RGB
CMYK
RGB Variations
Color information
#330764 (or 0x330764) is known color: Persian Indigo. HEX triplet: 33, 07 and 64. RGB value is (51,7,100). Sum of RGB (Red+Green+Blue) = 51+7+100=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #330764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330764 is #CCF89B. Grayscale: #1E1E1E. Windows color (decimal): -13432988 or 6555443. OLE color: 6555443.
HSL color Cylindrical-coordinate representation of color #330764: hue angle of 268.39º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330764 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 7 | 100 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.61 |
| HSL | 268.39º | 0.87% | 0.21% | - |
| HSV(B) | 268.39º | 0.93% | 0.39% | - |
| XYZ | 3.74 | 1.78 | 12.2 | - |
| YUV | 30.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 100 | 0.49 | 0.93 | 0 | 0.61 | 268.39 | 0.87 | 0.21 |
| Hex | 33 | 7 | 64 | 31 | 5D | 0 | 3D | 10C | 57 | 15 |
| Octal | 63 | 7 | 144 | 61 | 135 | 0 | 75 | 414 | 127 | 25 |
| Binary | 110011 | 111 | 1100100 | 110001 | 1011101 | 0 | 111101 | 100001100 | 1010111 | 10101 |
Color Harmonies of #330764
Complementary color
Monochromatic Colors of #330764
Black with #330764
Text Example
Text Example
White with #330764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330764; }
p { color: rgb(51,7,100); }
H1.HeaderClassName
{
color: #330764;
}
.AnyTagClassName
{
color: #330764;
}
</style>
background-color css
<style>
a { background-color: #330764; }
a { background-color: rgb(51,7,100); }
div.DivClassName
{
background-color: #330764;
}
.BgClassName
{
background-color: #330764;
}
</style>
border-color css
<style>
span { border-color: #330764; }
span { border-color: rgb(51,7,100); }
td.TdClassName
{
border-color: #330764;
}
.TagClassName
{
border-color: #330764;
}
</style>