Shades of Persian Indigo #3D16A1
Tints of Persian Indigo #3D16A1
RGB
CMYK
RGB Variations
Color information
#3D16A1 (or 0x3D16A1) is known color: Persian Indigo. HEX triplet: 3D, 16 and A1. RGB value is (61,22,161). Sum of RGB (Red+Green+Blue) = 61+22+161=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #3D16A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D16A1 is #C2E95E. Grayscale: #303030. Windows color (decimal): -12773727 or 10556989. OLE color: 10556989.
HSL color Cylindrical-coordinate representation of color #3D16A1: hue angle of 256.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D16A1 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 22 | 161 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.37 |
| HSL | 256.83º | 0.76% | 0.36% | - |
| HSV(B) | 256.83º | 0.86% | 0.63% | - |
| XYZ | 8.64 | 4.14 | 34.06 | - |
| YUV | 49.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 161 | 0.62 | 0.86 | 0 | 0.37 | 256.83 | 0.76 | 0.36 |
| Hex | 3D | 16 | A1 | 3E | 56 | 0 | 25 | 101 | 4C | 24 |
| Octal | 75 | 26 | 241 | 76 | 126 | 0 | 45 | 401 | 114 | 44 |
| Binary | 111101 | 10110 | 10100001 | 111110 | 1010110 | 0 | 100101 | 100000001 | 1001100 | 100100 |
Color Harmonies of #3D16A1
Complementary color
Monochromatic Colors of #3D16A1
Black with #3D16A1
Text Example
Text Example
White with #3D16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D16A1; }
p { color: rgb(61,22,161); }
H1.HeaderClassName
{
color: #3D16A1;
}
.AnyTagClassName
{
color: #3D16A1;
}
</style>
background-color css
<style>
a { background-color: #3D16A1; }
a { background-color: rgb(61,22,161); }
div.DivClassName
{
background-color: #3D16A1;
}
.BgClassName
{
background-color: #3D16A1;
}
</style>
border-color css
<style>
span { border-color: #3D16A1; }
span { border-color: rgb(61,22,161); }
td.TdClassName
{
border-color: #3D16A1;
}
.TagClassName
{
border-color: #3D16A1;
}
</style>