Shades of Persian Indigo #330B73
Tints of Persian Indigo #330B73
RGB
CMYK
RGB Variations
Color information
#330B73 (or 0x330B73) is known color: Persian Indigo. HEX triplet: 33, 0B and 73. RGB value is (51,11,115). Sum of RGB (Red+Green+Blue) = 51+11+115=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #330B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B73 is #CCF48C. Grayscale: #222222. Windows color (decimal): -13431949 or 7539507. OLE color: 7539507.
HSL color Cylindrical-coordinate representation of color #330B73: hue angle of 263.08º degrees, saturation: 0.83, 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 #330B73 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 11 | 115 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.55 |
| HSL | 263.08º | 0.83% | 0.25% | - |
| HSV(B) | 263.08º | 0.9% | 0.45% | - |
| XYZ | 4.58 | 2.18 | 16.4 | - |
| YUV | 34.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 115 | 0.56 | 0.90 | 0 | 0.55 | 263.08 | 0.83 | 0.25 |
| Hex | 33 | B | 73 | 38 | 5A | 0 | 37 | 107 | 53 | 19 |
| Octal | 63 | 13 | 163 | 70 | 132 | 0 | 67 | 407 | 123 | 31 |
| Binary | 110011 | 1011 | 1110011 | 111000 | 1011010 | 0 | 110111 | 100000111 | 1010011 | 11001 |
Color Harmonies of #330B73
Complementary color
Monochromatic Colors of #330B73
Black with #330B73
Text Example
Text Example
White with #330B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B73; }
p { color: rgb(51,11,115); }
H1.HeaderClassName
{
color: #330B73;
}
.AnyTagClassName
{
color: #330B73;
}
</style>
background-color css
<style>
a { background-color: #330B73; }
a { background-color: rgb(51,11,115); }
div.DivClassName
{
background-color: #330B73;
}
.BgClassName
{
background-color: #330B73;
}
</style>
border-color css
<style>
span { border-color: #330B73; }
span { border-color: rgb(51,11,115); }
td.TdClassName
{
border-color: #330B73;
}
.TagClassName
{
border-color: #330B73;
}
</style>