Shades of Persian Indigo #330B71
Tints of Persian Indigo #330B71
RGB
CMYK
RGB Variations
Color information
#330B71 (or 0x330B71) is known color: Persian Indigo. HEX triplet: 33, 0B and 71. RGB value is (51,11,113). Sum of RGB (Red+Green+Blue) = 51+11+113=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #330B71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B71 is #CCF48E. Grayscale: #222222. Windows color (decimal): -13431951 or 7408435. OLE color: 7408435.
HSL color Cylindrical-coordinate representation of color #330B71: hue angle of 263.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330B71 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 11 | 113 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.56 |
| HSL | 263.53º | 0.82% | 0.24% | - |
| HSV(B) | 263.53º | 0.9% | 0.44% | - |
| XYZ | 4.47 | 2.14 | 15.8 | - |
| YUV | 34.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 113 | 0.55 | 0.90 | 0 | 0.56 | 263.53 | 0.82 | 0.24 |
| Hex | 33 | B | 71 | 37 | 5A | 0 | 38 | 108 | 52 | 18 |
| Octal | 63 | 13 | 161 | 67 | 132 | 0 | 70 | 410 | 122 | 30 |
| Binary | 110011 | 1011 | 1110001 | 110111 | 1011010 | 0 | 111000 | 100001000 | 1010010 | 11000 |
Color Harmonies of #330B71
Complementary color
Monochromatic Colors of #330B71
Black with #330B71
Text Example
Text Example
White with #330B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B71; }
p { color: rgb(51,11,113); }
H1.HeaderClassName
{
color: #330B71;
}
.AnyTagClassName
{
color: #330B71;
}
</style>
background-color css
<style>
a { background-color: #330B71; }
a { background-color: rgb(51,11,113); }
div.DivClassName
{
background-color: #330B71;
}
.BgClassName
{
background-color: #330B71;
}
</style>
border-color css
<style>
span { border-color: #330B71; }
span { border-color: rgb(51,11,113); }
td.TdClassName
{
border-color: #330B71;
}
.TagClassName
{
border-color: #330B71;
}
</style>