Shades of Persian Indigo #321A78
Tints of Persian Indigo #321A78
RGB
CMYK
RGB Variations
Color information
#321A78 (or 0x321A78) is known color: Persian Indigo. HEX triplet: 32, 1A and 78. RGB value is (50,26,120). Sum of RGB (Red+Green+Blue) = 50+26+120=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #321A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321A78 is #CDE587. Grayscale: #2B2B2B. Windows color (decimal): -13493640 or 7871026. OLE color: 7871026.
HSL color Cylindrical-coordinate representation of color #321A78: hue angle of 255.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321A78 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 26 | 120 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.53 |
| HSL | 255.32º | 0.64% | 0.29% | - |
| HSV(B) | 255.32º | 0.78% | 0.47% | - |
| XYZ | 5.07 | 2.77 | 18.04 | - |
| YUV | 43.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 120 | 0.58 | 0.78 | 0 | 0.53 | 255.32 | 0.64 | 0.29 |
| Hex | 32 | 1A | 78 | 3A | 4E | 0 | 35 | FF | 40 | 1D |
| Octal | 62 | 32 | 170 | 72 | 116 | 0 | 65 | 377 | 100 | 35 |
| Binary | 110010 | 11010 | 1111000 | 111010 | 1001110 | 0 | 110101 | 11111111 | 1000000 | 11101 |
Color Harmonies of #321A78
Complementary color
Monochromatic Colors of #321A78
Black with #321A78
Text Example
Text Example
White with #321A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A78; }
p { color: rgb(50,26,120); }
H1.HeaderClassName
{
color: #321A78;
}
.AnyTagClassName
{
color: #321A78;
}
</style>
background-color css
<style>
a { background-color: #321A78; }
a { background-color: rgb(50,26,120); }
div.DivClassName
{
background-color: #321A78;
}
.BgClassName
{
background-color: #321A78;
}
</style>
border-color css
<style>
span { border-color: #321A78; }
span { border-color: rgb(50,26,120); }
td.TdClassName
{
border-color: #321A78;
}
.TagClassName
{
border-color: #321A78;
}
</style>