Shades of Indigo #3F0AAE
Tints of Indigo #3F0AAE
RGB
CMYK
RGB Variations
Color information
#3F0AAE (or 0x3F0AAE) is known color: Indigo. HEX triplet: 3F, 0A and AE. RGB value is (63,10,174). Sum of RGB (Red+Green+Blue) = 63+10+174=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0AAE is #C0F551. Grayscale: #2B2B2B. Windows color (decimal): -12645714 or 11405887. OLE color: 11405887.
HSL color Cylindrical-coordinate representation of color #3F0AAE: hue angle of 259.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0AAE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 10 | 174 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.32 |
| HSL | 259.39º | 0.89% | 0.36% | - |
| HSV(B) | 259.39º | 0.94% | 0.68% | - |
| XYZ | 9.8 | 4.33 | 40.36 | - |
| YUV | 44.54 | 201.06 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 174 | 0.64 | 0.94 | 0 | 0.32 | 259.39 | 0.89 | 0.36 |
| Hex | 3F | A | AE | 40 | 5E | 0 | 20 | 103 | 59 | 24 |
| Octal | 77 | 12 | 256 | 100 | 136 | 0 | 40 | 403 | 131 | 44 |
| Binary | 111111 | 1010 | 10101110 | 1000000 | 1011110 | 0 | 100000 | 100000011 | 1011001 | 100100 |
Color Harmonies of #3F0AAE
Complementary color
Monochromatic Colors of #3F0AAE
Black with #3F0AAE
Text Example
Text Example
White with #3F0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0AAE; }
p { color: rgb(63,10,174); }
H1.HeaderClassName
{
color: #3F0AAE;
}
.AnyTagClassName
{
color: #3F0AAE;
}
</style>
background-color css
<style>
a { background-color: #3F0AAE; }
a { background-color: rgb(63,10,174); }
div.DivClassName
{
background-color: #3F0AAE;
}
.BgClassName
{
background-color: #3F0AAE;
}
</style>
border-color css
<style>
span { border-color: #3F0AAE; }
span { border-color: rgb(63,10,174); }
td.TdClassName
{
border-color: #3F0AAE;
}
.TagClassName
{
border-color: #3F0AAE;
}
</style>