Shades of Persian Indigo #330F91
Tints of Persian Indigo #330F91
RGB
CMYK
RGB Variations
Color information
#330F91 (or 0x330F91) is known color: Persian Indigo. HEX triplet: 33, 0F and 91. RGB value is (51,15,145). Sum of RGB (Red+Green+Blue) = 51+15+145=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #330F91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F91 is #CCF06E. Grayscale: #282828. Windows color (decimal): -13430895 or 9506611. OLE color: 9506611.
HSL color Cylindrical-coordinate representation of color #330F91: hue angle of 256.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330F91 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 15 | 145 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.43 |
| HSL | 256.62º | 0.81% | 0.31% | - |
| HSV(B) | 256.62º | 0.9% | 0.57% | - |
| XYZ | 6.65 | 3.09 | 27.03 | - |
| YUV | 40.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 145 | 0.65 | 0.90 | 0 | 0.43 | 256.62 | 0.81 | 0.31 |
| Hex | 33 | F | 91 | 41 | 5A | 0 | 2B | 101 | 51 | 1F |
| Octal | 63 | 17 | 221 | 101 | 132 | 0 | 53 | 401 | 121 | 37 |
| Binary | 110011 | 1111 | 10010001 | 1000001 | 1011010 | 0 | 101011 | 100000001 | 1010001 | 11111 |
Color Harmonies of #330F91
Complementary color
Monochromatic Colors of #330F91
Black with #330F91
Text Example
Text Example
White with #330F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F91; }
p { color: rgb(51,15,145); }
H1.HeaderClassName
{
color: #330F91;
}
.AnyTagClassName
{
color: #330F91;
}
</style>
background-color css
<style>
a { background-color: #330F91; }
a { background-color: rgb(51,15,145); }
div.DivClassName
{
background-color: #330F91;
}
.BgClassName
{
background-color: #330F91;
}
</style>
border-color css
<style>
span { border-color: #330F91; }
span { border-color: rgb(51,15,145); }
td.TdClassName
{
border-color: #330F91;
}
.TagClassName
{
border-color: #330F91;
}
</style>