Shades of Persian Indigo #330F74
Tints of Persian Indigo #330F74
RGB
CMYK
RGB Variations
Color information
#330F74 (or 0x330F74) is known color: Persian Indigo. HEX triplet: 33, 0F and 74. RGB value is (51,15,116). Sum of RGB (Red+Green+Blue) = 51+15+116=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #330F74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F74 is #CCF08B. Grayscale: #242424. Windows color (decimal): -13430924 or 7606067. OLE color: 7606067.
HSL color Cylindrical-coordinate representation of color #330F74: hue angle of 261.39º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330F74 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 15 | 116 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.55 |
| HSL | 261.39º | 0.77% | 0.26% | - |
| HSV(B) | 261.39º | 0.87% | 0.45% | - |
| XYZ | 4.69 | 2.31 | 16.72 | - |
| YUV | 37.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 116 | 0.56 | 0.87 | 0 | 0.55 | 261.39 | 0.77 | 0.26 |
| Hex | 33 | F | 74 | 38 | 57 | 0 | 37 | 105 | 4D | 1A |
| Octal | 63 | 17 | 164 | 70 | 127 | 0 | 67 | 405 | 115 | 32 |
| Binary | 110011 | 1111 | 1110100 | 111000 | 1010111 | 0 | 110111 | 100000101 | 1001101 | 11010 |
Color Harmonies of #330F74
Complementary color
Monochromatic Colors of #330F74
Black with #330F74
Text Example
Text Example
White with #330F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F74; }
p { color: rgb(51,15,116); }
H1.HeaderClassName
{
color: #330F74;
}
.AnyTagClassName
{
color: #330F74;
}
</style>
background-color css
<style>
a { background-color: #330F74; }
a { background-color: rgb(51,15,116); }
div.DivClassName
{
background-color: #330F74;
}
.BgClassName
{
background-color: #330F74;
}
</style>
border-color css
<style>
span { border-color: #330F74; }
span { border-color: rgb(51,15,116); }
td.TdClassName
{
border-color: #330F74;
}
.TagClassName
{
border-color: #330F74;
}
</style>