Shades of Persian Indigo #330C9B
Tints of Persian Indigo #330C9B
RGB
CMYK
RGB Variations
Color information
#330C9B (or 0x330C9B) is known color: Persian Indigo. HEX triplet: 33, 0C and 9B. RGB value is (51,12,155). Sum of RGB (Red+Green+Blue) = 51+12+155=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #330C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330C9B is #CCF364. Grayscale: #272727. Windows color (decimal): -13431653 or 10161203. OLE color: 10161203.
HSL color Cylindrical-coordinate representation of color #330C9B: hue angle of 256.36º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330C9B is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 12 | 155 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.39 |
| HSL | 256.36º | 0.86% | 0.33% | - |
| HSV(B) | 256.36º | 0.92% | 0.61% | - |
| XYZ | 7.41 | 3.33 | 31.26 | - |
| YUV | 39.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 155 | 0.67 | 0.92 | 0 | 0.39 | 256.36 | 0.86 | 0.33 |
| Hex | 33 | C | 9B | 43 | 5C | 0 | 27 | 100 | 56 | 21 |
| Octal | 63 | 14 | 233 | 103 | 134 | 0 | 47 | 400 | 126 | 41 |
| Binary | 110011 | 1100 | 10011011 | 1000011 | 1011100 | 0 | 100111 | 100000000 | 1010110 | 100001 |
Color Harmonies of #330C9B
Complementary color
Monochromatic Colors of #330C9B
Black with #330C9B
Text Example
Text Example
White with #330C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C9B; }
p { color: rgb(51,12,155); }
H1.HeaderClassName
{
color: #330C9B;
}
.AnyTagClassName
{
color: #330C9B;
}
</style>
background-color css
<style>
a { background-color: #330C9B; }
a { background-color: rgb(51,12,155); }
div.DivClassName
{
background-color: #330C9B;
}
.BgClassName
{
background-color: #330C9B;
}
</style>
border-color css
<style>
span { border-color: #330C9B; }
span { border-color: rgb(51,12,155); }
td.TdClassName
{
border-color: #330C9B;
}
.TagClassName
{
border-color: #330C9B;
}
</style>