Shades of Indigo #3F015F
Tints of Indigo #3F015F
RGB
CMYK
RGB Variations
Color information
#3F015F (or 0x3F015F) is known color: Indigo. HEX triplet: 3F, 01 and 5F. RGB value is (63,1,95). Sum of RGB (Red+Green+Blue) = 63+1+95=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F015F is #C0FEA0. Grayscale: #1D1D1D. Windows color (decimal): -12648097 or 6226239. OLE color: 6226239.
HSL color Cylindrical-coordinate representation of color #3F015F: hue angle of 279.57º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F015F is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 1 | 95 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.63 |
| HSL | 279.57º | 0.98% | 0.19% | - |
| HSV(B) | 279.57º | 0.99% | 0.37% | - |
| XYZ | 4.13 | 1.9 | 10.98 | - |
| YUV | 30.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 95 | 0.34 | 0.99 | 0 | 0.63 | 279.57 | 0.98 | 0.19 |
| Hex | 3F | 1 | 5F | 22 | 63 | 0 | 3F | 118 | 62 | 13 |
| Octal | 77 | 1 | 137 | 42 | 143 | 0 | 77 | 430 | 142 | 23 |
| Binary | 111111 | 1 | 1011111 | 100010 | 1100011 | 0 | 111111 | 100011000 | 1100010 | 10011 |
Color Harmonies of #3F015F
Complementary color
Monochromatic Colors of #3F015F
Black with #3F015F
Text Example
Text Example
White with #3F015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F015F; }
p { color: rgb(63,1,95); }
H1.HeaderClassName
{
color: #3F015F;
}
.AnyTagClassName
{
color: #3F015F;
}
</style>
background-color css
<style>
a { background-color: #3F015F; }
a { background-color: rgb(63,1,95); }
div.DivClassName
{
background-color: #3F015F;
}
.BgClassName
{
background-color: #3F015F;
}
</style>
border-color css
<style>
span { border-color: #3F015F; }
span { border-color: rgb(63,1,95); }
td.TdClassName
{
border-color: #3F015F;
}
.TagClassName
{
border-color: #3F015F;
}
</style>