Shades of Indigo #3F005E
Tints of Indigo #3F005E
RGB
CMYK
RGB Variations
Color information
#3F005E (or 0x3F005E) is known color: Indigo. HEX triplet: 3F, 00 and 5E. RGB value is (63,0,94). Sum of RGB (Red+Green+Blue) = 63+0+94=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F005E is #C0FFA1. Grayscale: #1D1D1D. Windows color (decimal): -12648354 or 6160447. OLE color: 6160447.
HSL color Cylindrical-coordinate representation of color #3F005E: hue angle of 280.21º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F005E is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 0 | 94 | - |
| CMYK | 0.33 | 1 | 0 | 0.63 |
| HSL | 280.21º | 1% | 0.18% | - |
| HSV(B) | 280.21º | 1% | 0.37% | - |
| XYZ | 4.07 | 1.86 | 10.74 | - |
| YUV | 29.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 94 | 0.33 | 1 | 0 | 0.63 | 280.21 | 1 | 0.18 |
| Hex | 3F | 0 | 5E | 21 | 64 | 0 | 3F | 118 | 64 | 12 |
| Octal | 77 | 0 | 136 | 41 | 144 | 0 | 77 | 430 | 144 | 22 |
| Binary | 111111 | 0 | 1011110 | 100001 | 1100100 | 0 | 111111 | 100011000 | 1100100 | 10010 |
Color Harmonies of #3F005E
Complementary color
Monochromatic Colors of #3F005E
Black with #3F005E
Text Example
Text Example
White with #3F005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F005E; }
p { color: rgb(63,0,94); }
H1.HeaderClassName
{
color: #3F005E;
}
.AnyTagClassName
{
color: #3F005E;
}
</style>
background-color css
<style>
a { background-color: #3F005E; }
a { background-color: rgb(63,0,94); }
div.DivClassName
{
background-color: #3F005E;
}
.BgClassName
{
background-color: #3F005E;
}
</style>
border-color css
<style>
span { border-color: #3F005E; }
span { border-color: rgb(63,0,94); }
td.TdClassName
{
border-color: #3F005E;
}
.TagClassName
{
border-color: #3F005E;
}
</style>