Shades of Persian Indigo #332490
Tints of Persian Indigo #332490
RGB
CMYK
RGB Variations
Color information
#332490 (or 0x332490) is known color: Persian Indigo. HEX triplet: 33, 24 and 90. RGB value is (51,36,144). Sum of RGB (Red+Green+Blue) = 51+36+144=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #332490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332490 is #CCDB6F. Grayscale: #343434. Windows color (decimal): -13425520 or 9446451. OLE color: 9446451.
HSL color Cylindrical-coordinate representation of color #332490: hue angle of 248.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332490 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 36 | 144 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.44 |
| HSL | 248.33º | 0.6% | 0.35% | - |
| HSV(B) | 248.33º | 0.75% | 0.56% | - |
| XYZ | 7.03 | 3.98 | 26.78 | - |
| YUV | 52.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 144 | 0.65 | 0.75 | 0 | 0.44 | 248.33 | 0.6 | 0.35 |
| Hex | 33 | 24 | 90 | 41 | 4B | 0 | 2C | F8 | 3C | 23 |
| Octal | 63 | 44 | 220 | 101 | 113 | 0 | 54 | 370 | 74 | 43 |
| Binary | 110011 | 100100 | 10010000 | 1000001 | 1001011 | 0 | 101100 | 11111000 | 111100 | 100011 |
Color Harmonies of #332490
Complementary color
Monochromatic Colors of #332490
Black with #332490
Text Example
Text Example
White with #332490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332490; }
p { color: rgb(51,36,144); }
H1.HeaderClassName
{
color: #332490;
}
.AnyTagClassName
{
color: #332490;
}
</style>
background-color css
<style>
a { background-color: #332490; }
a { background-color: rgb(51,36,144); }
div.DivClassName
{
background-color: #332490;
}
.BgClassName
{
background-color: #332490;
}
</style>
border-color css
<style>
span { border-color: #332490; }
span { border-color: rgb(51,36,144); }
td.TdClassName
{
border-color: #332490;
}
.TagClassName
{
border-color: #332490;
}
</style>