Shades of Persian Indigo #330B8D
Tints of Persian Indigo #330B8D
RGB
CMYK
RGB Variations
Color information
#330B8D (or 0x330B8D) is known color: Persian Indigo. HEX triplet: 33, 0B and 8D. RGB value is (51,11,141). Sum of RGB (Red+Green+Blue) = 51+11+141=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #330B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330B8D is #CCF472. Grayscale: #252525. Windows color (decimal): -13431923 or 9243443. OLE color: 9243443.
HSL color Cylindrical-coordinate representation of color #330B8D: hue angle of 258.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330B8D is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 11 | 141 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.45 |
| HSL | 258.46º | 0.86% | 0.3% | - |
| HSV(B) | 258.46º | 0.92% | 0.55% | - |
| XYZ | 6.29 | 2.87 | 25.42 | - |
| YUV | 37.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 141 | 0.64 | 0.92 | 0 | 0.45 | 258.46 | 0.86 | 0.3 |
| Hex | 33 | B | 8D | 40 | 5C | 0 | 2D | 102 | 56 | 1E |
| Octal | 63 | 13 | 215 | 100 | 134 | 0 | 55 | 402 | 126 | 36 |
| Binary | 110011 | 1011 | 10001101 | 1000000 | 1011100 | 0 | 101101 | 100000010 | 1010110 | 11110 |
Color Harmonies of #330B8D
Complementary color
Monochromatic Colors of #330B8D
Black with #330B8D
Text Example
Text Example
White with #330B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B8D; }
p { color: rgb(51,11,141); }
H1.HeaderClassName
{
color: #330B8D;
}
.AnyTagClassName
{
color: #330B8D;
}
</style>
background-color css
<style>
a { background-color: #330B8D; }
a { background-color: rgb(51,11,141); }
div.DivClassName
{
background-color: #330B8D;
}
.BgClassName
{
background-color: #330B8D;
}
</style>
border-color css
<style>
span { border-color: #330B8D; }
span { border-color: rgb(51,11,141); }
td.TdClassName
{
border-color: #330B8D;
}
.TagClassName
{
border-color: #330B8D;
}
</style>