Shades of Indigo #3F0AAB
Tints of Indigo #3F0AAB
RGB
CMYK
RGB Variations
Color information
#3F0AAB (or 0x3F0AAB) is known color: Indigo. HEX triplet: 3F, 0A and AB. RGB value is (63,10,171). Sum of RGB (Red+Green+Blue) = 63+10+171=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0AAB is #C0F554. Grayscale: #2B2B2B. Windows color (decimal): -12645717 or 11209279. OLE color: 11209279.
HSL color Cylindrical-coordinate representation of color #3F0AAB: hue angle of 259.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0AAB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 10 | 171 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.33 |
| HSL | 259.75º | 0.89% | 0.35% | - |
| HSV(B) | 259.75º | 0.94% | 0.67% | - |
| XYZ | 9.51 | 4.21 | 38.84 | - |
| YUV | 44.2 | 199.56 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 171 | 0.63 | 0.94 | 0 | 0.33 | 259.75 | 0.89 | 0.35 |
| Hex | 3F | A | AB | 3F | 5E | 0 | 21 | 104 | 59 | 23 |
| Octal | 77 | 12 | 253 | 77 | 136 | 0 | 41 | 404 | 131 | 43 |
| Binary | 111111 | 1010 | 10101011 | 111111 | 1011110 | 0 | 100001 | 100000100 | 1011001 | 100011 |
Color Harmonies of #3F0AAB
Complementary color
Monochromatic Colors of #3F0AAB
Black with #3F0AAB
Text Example
Text Example
White with #3F0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AAB; }
p { color: rgb(63,10,171); }
H1.HeaderClassName
{
color: #3F0AAB;
}
.AnyTagClassName
{
color: #3F0AAB;
}
</style>
background-color css
<style>
a { background-color: #3F0AAB; }
a { background-color: rgb(63,10,171); }
div.DivClassName
{
background-color: #3F0AAB;
}
.BgClassName
{
background-color: #3F0AAB;
}
</style>
border-color css
<style>
span { border-color: #3F0AAB; }
span { border-color: rgb(63,10,171); }
td.TdClassName
{
border-color: #3F0AAB;
}
.TagClassName
{
border-color: #3F0AAB;
}
</style>