Shades of Indigo #3F0EAD
Tints of Indigo #3F0EAD
RGB
CMYK
RGB Variations
Color information
#3F0EAD (or 0x3F0EAD) is known color: Indigo. HEX triplet: 3F, 0E and AD. RGB value is (63,14,173). Sum of RGB (Red+Green+Blue) = 63+14+173=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F0EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0EAD is #C0F152. Grayscale: #2E2E2E. Windows color (decimal): -12644691 or 11341375. OLE color: 11341375.
HSL color Cylindrical-coordinate representation of color #3F0EAD: hue angle of 258.49º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0EAD is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 14 | 173 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.32 |
| HSL | 258.49º | 0.85% | 0.37% | - |
| HSV(B) | 258.49º | 0.92% | 0.68% | - |
| XYZ | 9.75 | 4.39 | 39.87 | - |
| YUV | 46.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 173 | 0.64 | 0.92 | 0 | 0.32 | 258.49 | 0.85 | 0.37 |
| Hex | 3F | E | AD | 40 | 5C | 0 | 20 | 102 | 55 | 25 |
| Octal | 77 | 16 | 255 | 100 | 134 | 0 | 40 | 402 | 125 | 45 |
| Binary | 111111 | 1110 | 10101101 | 1000000 | 1011100 | 0 | 100000 | 100000010 | 1010101 | 100101 |
Color Harmonies of #3F0EAD
Complementary color
Monochromatic Colors of #3F0EAD
Black with #3F0EAD
Text Example
Text Example
White with #3F0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EAD; }
p { color: rgb(63,14,173); }
H1.HeaderClassName
{
color: #3F0EAD;
}
.AnyTagClassName
{
color: #3F0EAD;
}
</style>
background-color css
<style>
a { background-color: #3F0EAD; }
a { background-color: rgb(63,14,173); }
div.DivClassName
{
background-color: #3F0EAD;
}
.BgClassName
{
background-color: #3F0EAD;
}
</style>
border-color css
<style>
span { border-color: #3F0EAD; }
span { border-color: rgb(63,14,173); }
td.TdClassName
{
border-color: #3F0EAD;
}
.TagClassName
{
border-color: #3F0EAD;
}
</style>