Shades of Persian Indigo #330B72
Tints of Persian Indigo #330B72
RGB
CMYK
RGB Variations
Color information
#330B72 (or 0x330B72) is known color: Persian Indigo. HEX triplet: 33, 0B and 72. RGB value is (51,11,114). Sum of RGB (Red+Green+Blue) = 51+11+114=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #330B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B72 is #CCF48D. Grayscale: #222222. Windows color (decimal): -13431950 or 7473971. OLE color: 7473971.
HSL color Cylindrical-coordinate representation of color #330B72: hue angle of 263.3º degrees, saturation: 0.82, 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 #330B72 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 11 | 114 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.55 |
| HSL | 263.3º | 0.82% | 0.25% | - |
| HSV(B) | 263.3º | 0.9% | 0.45% | - |
| XYZ | 4.52 | 2.16 | 16.1 | - |
| YUV | 34.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 114 | 0.55 | 0.90 | 0 | 0.55 | 263.3 | 0.82 | 0.25 |
| Hex | 33 | B | 72 | 37 | 5A | 0 | 37 | 107 | 52 | 19 |
| Octal | 63 | 13 | 162 | 67 | 132 | 0 | 67 | 407 | 122 | 31 |
| Binary | 110011 | 1011 | 1110010 | 110111 | 1011010 | 0 | 110111 | 100000111 | 1010010 | 11001 |
Color Harmonies of #330B72
Complementary color
Monochromatic Colors of #330B72
Black with #330B72
Text Example
Text Example
White with #330B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B72; }
p { color: rgb(51,11,114); }
H1.HeaderClassName
{
color: #330B72;
}
.AnyTagClassName
{
color: #330B72;
}
</style>
background-color css
<style>
a { background-color: #330B72; }
a { background-color: rgb(51,11,114); }
div.DivClassName
{
background-color: #330B72;
}
.BgClassName
{
background-color: #330B72;
}
</style>
border-color css
<style>
span { border-color: #330B72; }
span { border-color: rgb(51,11,114); }
td.TdClassName
{
border-color: #330B72;
}
.TagClassName
{
border-color: #330B72;
}
</style>