Shades of Persian Indigo #331A84
Tints of Persian Indigo #331A84
RGB
CMYK
RGB Variations
Color information
#331A84 (or 0x331A84) is known color: Persian Indigo. HEX triplet: 33, 1A and 84. RGB value is (51,26,132). Sum of RGB (Red+Green+Blue) = 51+26+132=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #331A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A84 is #CCE57B. Grayscale: #2D2D2D. Windows color (decimal): -13428092 or 8657459. OLE color: 8657459.
HSL color Cylindrical-coordinate representation of color #331A84: hue angle of 254.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331A84 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 26 | 132 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.48 |
| HSL | 254.15º | 0.67% | 0.31% | - |
| HSV(B) | 254.15º | 0.8% | 0.52% | - |
| XYZ | 5.9 | 3.11 | 22.12 | - |
| YUV | 45.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 132 | 0.61 | 0.80 | 0 | 0.48 | 254.15 | 0.67 | 0.31 |
| Hex | 33 | 1A | 84 | 3D | 50 | 0 | 30 | FE | 43 | 1F |
| Octal | 63 | 32 | 204 | 75 | 120 | 0 | 60 | 376 | 103 | 37 |
| Binary | 110011 | 11010 | 10000100 | 111101 | 1010000 | 0 | 110000 | 11111110 | 1000011 | 11111 |
Color Harmonies of #331A84
Complementary color
Monochromatic Colors of #331A84
Black with #331A84
Text Example
Text Example
White with #331A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A84; }
p { color: rgb(51,26,132); }
H1.HeaderClassName
{
color: #331A84;
}
.AnyTagClassName
{
color: #331A84;
}
</style>
background-color css
<style>
a { background-color: #331A84; }
a { background-color: rgb(51,26,132); }
div.DivClassName
{
background-color: #331A84;
}
.BgClassName
{
background-color: #331A84;
}
</style>
border-color css
<style>
span { border-color: #331A84; }
span { border-color: rgb(51,26,132); }
td.TdClassName
{
border-color: #331A84;
}
.TagClassName
{
border-color: #331A84;
}
</style>