Shades of Indigo #3F0EAC
Tints of Indigo #3F0EAC
RGB
CMYK
RGB Variations
Color information
#3F0EAC (or 0x3F0EAC) is known color: Indigo. HEX triplet: 3F, 0E and AC. RGB value is (63,14,172). Sum of RGB (Red+Green+Blue) = 63+14+172=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0EAC is #C0F153. Grayscale: #2E2E2E. Windows color (decimal): -12644692 or 11275839. OLE color: 11275839.
HSL color Cylindrical-coordinate representation of color #3F0EAC: hue angle of 258.61º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0EAC is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 14 | 172 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.33 |
| HSL | 258.61º | 0.85% | 0.36% | - |
| HSV(B) | 258.61º | 0.92% | 0.67% | - |
| XYZ | 9.65 | 4.35 | 39.36 | - |
| YUV | 46.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 172 | 0.63 | 0.92 | 0 | 0.33 | 258.61 | 0.85 | 0.36 |
| Hex | 3F | E | AC | 3F | 5C | 0 | 21 | 103 | 55 | 24 |
| Octal | 77 | 16 | 254 | 77 | 134 | 0 | 41 | 403 | 125 | 44 |
| Binary | 111111 | 1110 | 10101100 | 111111 | 1011100 | 0 | 100001 | 100000011 | 1010101 | 100100 |
Color Harmonies of #3F0EAC
Complementary color
Monochromatic Colors of #3F0EAC
Black with #3F0EAC
Text Example
Text Example
White with #3F0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EAC; }
p { color: rgb(63,14,172); }
H1.HeaderClassName
{
color: #3F0EAC;
}
.AnyTagClassName
{
color: #3F0EAC;
}
</style>
background-color css
<style>
a { background-color: #3F0EAC; }
a { background-color: rgb(63,14,172); }
div.DivClassName
{
background-color: #3F0EAC;
}
.BgClassName
{
background-color: #3F0EAC;
}
</style>
border-color css
<style>
span { border-color: #3F0EAC; }
span { border-color: rgb(63,14,172); }
td.TdClassName
{
border-color: #3F0EAC;
}
.TagClassName
{
border-color: #3F0EAC;
}
</style>