Shades of Persian Indigo #330B77
Tints of Persian Indigo #330B77
RGB
CMYK
RGB Variations
Color information
#330B77 (or 0x330B77) is known color: Persian Indigo. HEX triplet: 33, 0B and 77. RGB value is (51,11,119). Sum of RGB (Red+Green+Blue) = 51+11+119=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #330B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B77 is #CCF488. Grayscale: #222222. Windows color (decimal): -13431945 or 7801651. OLE color: 7801651.
HSL color Cylindrical-coordinate representation of color #330B77: hue angle of 262.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330B77 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 11 | 119 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.53 |
| HSL | 262.22º | 0.83% | 0.25% | - |
| HSV(B) | 262.22º | 0.91% | 0.47% | - |
| XYZ | 4.81 | 2.28 | 17.64 | - |
| YUV | 35.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 119 | 0.57 | 0.91 | 0 | 0.53 | 262.22 | 0.83 | 0.25 |
| Hex | 33 | B | 77 | 39 | 5B | 0 | 35 | 106 | 53 | 19 |
| Octal | 63 | 13 | 167 | 71 | 133 | 0 | 65 | 406 | 123 | 31 |
| Binary | 110011 | 1011 | 1110111 | 111001 | 1011011 | 0 | 110101 | 100000110 | 1010011 | 11001 |
Color Harmonies of #330B77
Complementary color
Monochromatic Colors of #330B77
Black with #330B77
Text Example
Text Example
White with #330B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B77; }
p { color: rgb(51,11,119); }
H1.HeaderClassName
{
color: #330B77;
}
.AnyTagClassName
{
color: #330B77;
}
</style>
background-color css
<style>
a { background-color: #330B77; }
a { background-color: rgb(51,11,119); }
div.DivClassName
{
background-color: #330B77;
}
.BgClassName
{
background-color: #330B77;
}
</style>
border-color css
<style>
span { border-color: #330B77; }
span { border-color: rgb(51,11,119); }
td.TdClassName
{
border-color: #330B77;
}
.TagClassName
{
border-color: #330B77;
}
</style>