Shades of Indigo #3F0AA1
Tints of Indigo #3F0AA1
RGB
CMYK
RGB Variations
Color information
#3F0AA1 (or 0x3F0AA1) is known color: Indigo. HEX triplet: 3F, 0A and A1. RGB value is (63,10,161). Sum of RGB (Red+Green+Blue) = 63+10+161=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #3F0AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0AA1 is #C0F55E. Grayscale: #2A2A2A. Windows color (decimal): -12645727 or 10553919. OLE color: 10553919.
HSL color Cylindrical-coordinate representation of color #3F0AA1: hue angle of 261.06º 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 #3F0AA1 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 10 | 161 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.37 |
| HSL | 261.06º | 0.88% | 0.34% | - |
| HSV(B) | 261.06º | 0.94% | 0.63% | - |
| XYZ | 8.59 | 3.85 | 34.01 | - |
| YUV | 43.06 | 194.56 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 161 | 0.61 | 0.94 | 0 | 0.37 | 261.06 | 0.88 | 0.34 |
| Hex | 3F | A | A1 | 3D | 5E | 0 | 25 | 105 | 58 | 22 |
| Octal | 77 | 12 | 241 | 75 | 136 | 0 | 45 | 405 | 130 | 42 |
| Binary | 111111 | 1010 | 10100001 | 111101 | 1011110 | 0 | 100101 | 100000101 | 1011000 | 100010 |
Color Harmonies of #3F0AA1
Complementary color
Monochromatic Colors of #3F0AA1
Black with #3F0AA1
Text Example
Text Example
White with #3F0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AA1; }
p { color: rgb(63,10,161); }
H1.HeaderClassName
{
color: #3F0AA1;
}
.AnyTagClassName
{
color: #3F0AA1;
}
</style>
background-color css
<style>
a { background-color: #3F0AA1; }
a { background-color: rgb(63,10,161); }
div.DivClassName
{
background-color: #3F0AA1;
}
.BgClassName
{
background-color: #3F0AA1;
}
</style>
border-color css
<style>
span { border-color: #3F0AA1; }
span { border-color: rgb(63,10,161); }
td.TdClassName
{
border-color: #3F0AA1;
}
.TagClassName
{
border-color: #3F0AA1;
}
</style>