Shades of Persian Indigo #331DA1
Tints of Persian Indigo #331DA1
RGB
CMYK
RGB Variations
Color information
#331DA1 (or 0x331DA1) is known color: Persian Indigo. HEX triplet: 33, 1D and A1. RGB value is (51,29,161). Sum of RGB (Red+Green+Blue) = 51+29+161=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #331DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331DA1 is #CCE25E. Grayscale: #323232. Windows color (decimal): -13427295 or 10558771. OLE color: 10558771.
HSL color Cylindrical-coordinate representation of color #331DA1: hue angle of 250º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331DA1 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 29 | 161 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.37 |
| HSL | 250º | 0.69% | 0.37% | - |
| HSV(B) | 250º | 0.82% | 0.63% | - |
| XYZ | 8.24 | 4.16 | 34.09 | - |
| YUV | 50.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 161 | 0.68 | 0.82 | 0 | 0.37 | 250 | 0.69 | 0.37 |
| Hex | 33 | 1D | A1 | 44 | 52 | 0 | 25 | FA | 45 | 25 |
| Octal | 63 | 35 | 241 | 104 | 122 | 0 | 45 | 372 | 105 | 45 |
| Binary | 110011 | 11101 | 10100001 | 1000100 | 1010010 | 0 | 100101 | 11111010 | 1000101 | 100101 |
Color Harmonies of #331DA1
Complementary color
Monochromatic Colors of #331DA1
Black with #331DA1
Text Example
Text Example
White with #331DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331DA1; }
p { color: rgb(51,29,161); }
H1.HeaderClassName
{
color: #331DA1;
}
.AnyTagClassName
{
color: #331DA1;
}
</style>
background-color css
<style>
a { background-color: #331DA1; }
a { background-color: rgb(51,29,161); }
div.DivClassName
{
background-color: #331DA1;
}
.BgClassName
{
background-color: #331DA1;
}
</style>
border-color css
<style>
span { border-color: #331DA1; }
span { border-color: rgb(51,29,161); }
td.TdClassName
{
border-color: #331DA1;
}
.TagClassName
{
border-color: #331DA1;
}
</style>