Shades of Indigo #3F0160
Tints of Indigo #3F0160
RGB
CMYK
RGB Variations
Color information
#3F0160 (or 0x3F0160) is known color: Indigo. HEX triplet: 3F, 01 and 60. RGB value is (63,1,96). Sum of RGB (Red+Green+Blue) = 63+1+96=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0160 is #C0FE9F. Grayscale: #1E1E1E. Windows color (decimal): -12648096 or 6291775. OLE color: 6291775.
HSL color Cylindrical-coordinate representation of color #3F0160: hue angle of 279.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0160 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 1 | 96 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.62 |
| HSL | 279.16º | 0.98% | 0.19% | - |
| HSV(B) | 279.16º | 0.99% | 0.38% | - |
| XYZ | 4.17 | 1.92 | 11.22 | - |
| YUV | 30.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 96 | 0.34 | 0.99 | 0 | 0.62 | 279.16 | 0.98 | 0.19 |
| Hex | 3F | 1 | 60 | 22 | 63 | 0 | 3E | 117 | 62 | 13 |
| Octal | 77 | 1 | 140 | 42 | 143 | 0 | 76 | 427 | 142 | 23 |
| Binary | 111111 | 1 | 1100000 | 100010 | 1100011 | 0 | 111110 | 100010111 | 1100010 | 10011 |
Color Harmonies of #3F0160
Complementary color
Monochromatic Colors of #3F0160
Black with #3F0160
Text Example
Text Example
White with #3F0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0160; }
p { color: rgb(63,1,96); }
H1.HeaderClassName
{
color: #3F0160;
}
.AnyTagClassName
{
color: #3F0160;
}
</style>
background-color css
<style>
a { background-color: #3F0160; }
a { background-color: rgb(63,1,96); }
div.DivClassName
{
background-color: #3F0160;
}
.BgClassName
{
background-color: #3F0160;
}
</style>
border-color css
<style>
span { border-color: #3F0160; }
span { border-color: rgb(63,1,96); }
td.TdClassName
{
border-color: #3F0160;
}
.TagClassName
{
border-color: #3F0160;
}
</style>