Shades of Persian Indigo #330F80
Tints of Persian Indigo #330F80
RGB
CMYK
RGB Variations
Color information
#330F80 (or 0x330F80) is known color: Persian Indigo. HEX triplet: 33, 0F and 80. RGB value is (51,15,128). Sum of RGB (Red+Green+Blue) = 51+15+128=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #330F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330F80 is #CCF07F. Grayscale: #262626. Windows color (decimal): -13430912 or 8392499. OLE color: 8392499.
HSL color Cylindrical-coordinate representation of color #330F80: hue angle of 259.12º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330F80 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 15 | 128 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.50 |
| HSL | 259.12º | 0.79% | 0.28% | - |
| HSV(B) | 259.12º | 0.88% | 0.5% | - |
| XYZ | 5.43 | 2.6 | 20.64 | - |
| YUV | 38.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 128 | 0.60 | 0.88 | 0 | 0.50 | 259.12 | 0.79 | 0.28 |
| Hex | 33 | F | 80 | 3C | 58 | 0 | 32 | 103 | 4F | 1C |
| Octal | 63 | 17 | 200 | 74 | 130 | 0 | 62 | 403 | 117 | 34 |
| Binary | 110011 | 1111 | 10000000 | 111100 | 1011000 | 0 | 110010 | 100000011 | 1001111 | 11100 |
Color Harmonies of #330F80
Complementary color
Monochromatic Colors of #330F80
Black with #330F80
Text Example
Text Example
White with #330F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F80; }
p { color: rgb(51,15,128); }
H1.HeaderClassName
{
color: #330F80;
}
.AnyTagClassName
{
color: #330F80;
}
</style>
background-color css
<style>
a { background-color: #330F80; }
a { background-color: rgb(51,15,128); }
div.DivClassName
{
background-color: #330F80;
}
.BgClassName
{
background-color: #330F80;
}
</style>
border-color css
<style>
span { border-color: #330F80; }
span { border-color: rgb(51,15,128); }
td.TdClassName
{
border-color: #330F80;
}
.TagClassName
{
border-color: #330F80;
}
</style>