Shades of Persian Indigo #330399
Tints of Persian Indigo #330399
RGB
CMYK
RGB Variations
Color information
#330399 (or 0x330399) is known color: Persian Indigo. HEX triplet: 33, 03 and 99. RGB value is (51,3,153). Sum of RGB (Red+Green+Blue) = 51+3+153=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #330399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330399 is #CCFC66. Grayscale: #212121. Windows color (decimal): -13433959 or 10027827. OLE color: 10027827.
HSL color Cylindrical-coordinate representation of color #330399: hue angle of 259.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330399 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 3 | 153 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.4 |
| HSL | 259.2º | 0.96% | 0.31% | - |
| HSV(B) | 259.2º | 0.98% | 0.6% | - |
| XYZ | 7.15 | 3.07 | 30.35 | - |
| YUV | 34.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 153 | 0.67 | 0.98 | 0 | 0.4 | 259.2 | 0.96 | 0.31 |
| Hex | 33 | 3 | 99 | 43 | 62 | 0 | 28 | 103 | 60 | 1F |
| Octal | 63 | 3 | 231 | 103 | 142 | 0 | 50 | 403 | 140 | 37 |
| Binary | 110011 | 11 | 10011001 | 1000011 | 1100010 | 0 | 101000 | 100000011 | 1100000 | 11111 |
Color Harmonies of #330399
Complementary color
Monochromatic Colors of #330399
Black with #330399
Text Example
Text Example
White with #330399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330399; }
p { color: rgb(51,3,153); }
H1.HeaderClassName
{
color: #330399;
}
.AnyTagClassName
{
color: #330399;
}
</style>
background-color css
<style>
a { background-color: #330399; }
a { background-color: rgb(51,3,153); }
div.DivClassName
{
background-color: #330399;
}
.BgClassName
{
background-color: #330399;
}
</style>
border-color css
<style>
span { border-color: #330399; }
span { border-color: rgb(51,3,153); }
td.TdClassName
{
border-color: #330399;
}
.TagClassName
{
border-color: #330399;
}
</style>