Shades of Indigo #3D0AA1
Tints of Indigo #3D0AA1
RGB
CMYK
RGB Variations
Color information
#3D0AA1 (or 0x3D0AA1) is known color: Indigo. HEX triplet: 3D, 0A and A1. RGB value is (61,10,161). Sum of RGB (Red+Green+Blue) = 61+10+161=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 161 (63.28% from 255 or 69.40% from 232); Max value from RGB is 161 - color contains mainly: blue. Hex color #3D0AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0AA1 is #C2F55E. Grayscale: #292929. Windows color (decimal): -12776799 or 10553917. OLE color: 10553917.
HSL color Cylindrical-coordinate representation of color #3D0AA1: hue angle of 260.26º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0AA1 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 10 | 161 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.37 |
| HSL | 260.26º | 0.88% | 0.34% | - |
| HSV(B) | 260.26º | 0.94% | 0.63% | - |
| XYZ | 8.47 | 3.78 | 34 | - |
| YUV | 42.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 161 | 0.62 | 0.94 | 0 | 0.37 | 260.26 | 0.88 | 0.34 |
| Hex | 3D | A | A1 | 3E | 5E | 0 | 25 | 104 | 58 | 22 |
| Octal | 75 | 12 | 241 | 76 | 136 | 0 | 45 | 404 | 130 | 42 |
| Binary | 111101 | 1010 | 10100001 | 111110 | 1011110 | 0 | 100101 | 100000100 | 1011000 | 100010 |
Color Harmonies of #3D0AA1
Complementary color
Monochromatic Colors of #3D0AA1
Black with #3D0AA1
Text Example
Text Example
White with #3D0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0AA1; }
p { color: rgb(61,10,161); }
H1.HeaderClassName
{
color: #3D0AA1;
}
.AnyTagClassName
{
color: #3D0AA1;
}
</style>
background-color css
<style>
a { background-color: #3D0AA1; }
a { background-color: rgb(61,10,161); }
div.DivClassName
{
background-color: #3D0AA1;
}
.BgClassName
{
background-color: #3D0AA1;
}
</style>
border-color css
<style>
span { border-color: #3D0AA1; }
span { border-color: rgb(61,10,161); }
td.TdClassName
{
border-color: #3D0AA1;
}
.TagClassName
{
border-color: #3D0AA1;
}
</style>