Shades of Persian Indigo #3D2191
Tints of Persian Indigo #3D2191
RGB
CMYK
RGB Variations
Color information
#3D2191 (or 0x3D2191) is known color: Persian Indigo. HEX triplet: 3D, 21 and 91. RGB value is (61,33,145). Sum of RGB (Red+Green+Blue) = 61+33+145=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D2191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2191 is #C2DE6E. Grayscale: #353535. Windows color (decimal): -12770927 or 9511229. OLE color: 9511229.
HSL color Cylindrical-coordinate representation of color #3D2191: hue angle of 255º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D2191 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 33 | 145 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.43 |
| HSL | 255º | 0.63% | 0.35% | - |
| HSV(B) | 255º | 0.77% | 0.57% | - |
| XYZ | 7.58 | 4.12 | 27.18 | - |
| YUV | 54.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 145 | 0.58 | 0.77 | 0 | 0.43 | 255 | 0.63 | 0.35 |
| Hex | 3D | 21 | 91 | 3A | 4D | 0 | 2B | FF | 3F | 23 |
| Octal | 75 | 41 | 221 | 72 | 115 | 0 | 53 | 377 | 77 | 43 |
| Binary | 111101 | 100001 | 10010001 | 111010 | 1001101 | 0 | 101011 | 11111111 | 111111 | 100011 |
Color Harmonies of #3D2191
Complementary color
Monochromatic Colors of #3D2191
Black with #3D2191
Text Example
Text Example
White with #3D2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2191; }
p { color: rgb(61,33,145); }
H1.HeaderClassName
{
color: #3D2191;
}
.AnyTagClassName
{
color: #3D2191;
}
</style>
background-color css
<style>
a { background-color: #3D2191; }
a { background-color: rgb(61,33,145); }
div.DivClassName
{
background-color: #3D2191;
}
.BgClassName
{
background-color: #3D2191;
}
</style>
border-color css
<style>
span { border-color: #3D2191; }
span { border-color: rgb(61,33,145); }
td.TdClassName
{
border-color: #3D2191;
}
.TagClassName
{
border-color: #3D2191;
}
</style>