Shades of Persian Indigo #332070
Tints of Persian Indigo #332070
RGB
CMYK
RGB Variations
Color information
#332070 (or 0x332070) is known color: Persian Indigo. HEX triplet: 33, 20 and 70. RGB value is (51,32,112). Sum of RGB (Red+Green+Blue) = 51+32+112=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #332070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332070 is #CCDF8F. Grayscale: #2E2E2E. Windows color (decimal): -13426576 or 7348275. OLE color: 7348275.
HSL color Cylindrical-coordinate representation of color #332070: hue angle of 254.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #332070 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 32 | 112 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.56 |
| HSL | 254.25º | 0.56% | 0.28% | - |
| HSV(B) | 254.25º | 0.71% | 0.44% | - |
| XYZ | 4.81 | 2.91 | 15.64 | - |
| YUV | 46.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 112 | 0.54 | 0.71 | 0 | 0.56 | 254.25 | 0.56 | 0.28 |
| Hex | 33 | 20 | 70 | 36 | 47 | 0 | 38 | FE | 38 | 1C |
| Octal | 63 | 40 | 160 | 66 | 107 | 0 | 70 | 376 | 70 | 34 |
| Binary | 110011 | 100000 | 1110000 | 110110 | 1000111 | 0 | 111000 | 11111110 | 111000 | 11100 |
Color Harmonies of #332070
Complementary color
Monochromatic Colors of #332070
Black with #332070
Text Example
Text Example
White with #332070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332070; }
p { color: rgb(51,32,112); }
H1.HeaderClassName
{
color: #332070;
}
.AnyTagClassName
{
color: #332070;
}
</style>
background-color css
<style>
a { background-color: #332070; }
a { background-color: rgb(51,32,112); }
div.DivClassName
{
background-color: #332070;
}
.BgClassName
{
background-color: #332070;
}
</style>
border-color css
<style>
span { border-color: #332070; }
span { border-color: rgb(51,32,112); }
td.TdClassName
{
border-color: #332070;
}
.TagClassName
{
border-color: #332070;
}
</style>