Shades of Indigo #3F018F
Tints of Indigo #3F018F
RGB
CMYK
RGB Variations
Color information
#3F018F (or 0x3F018F) is known color: Indigo. HEX triplet: 3F, 01 and 8F. RGB value is (63,1,143). Sum of RGB (Red+Green+Blue) = 63+1+143=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F018F is #C0FE70. Grayscale: #232323. Windows color (decimal): -12648049 or 9371967. OLE color: 9371967.
HSL color Cylindrical-coordinate representation of color #3F018F: hue angle of 266.2º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F018F is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 1 | 143 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.44 |
| HSL | 266.2º | 0.99% | 0.28% | - |
| HSV(B) | 266.2º | 0.99% | 0.56% | - |
| XYZ | 7.02 | 3.06 | 26.21 | - |
| YUV | 35.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 143 | 0.56 | 0.99 | 0 | 0.44 | 266.2 | 0.99 | 0.28 |
| Hex | 3F | 1 | 8F | 38 | 63 | 0 | 2C | 10A | 63 | 1C |
| Octal | 77 | 1 | 217 | 70 | 143 | 0 | 54 | 412 | 143 | 34 |
| Binary | 111111 | 1 | 10001111 | 111000 | 1100011 | 0 | 101100 | 100001010 | 1100011 | 11100 |
Color Harmonies of #3F018F
Complementary color
Monochromatic Colors of #3F018F
Black with #3F018F
Text Example
Text Example
White with #3F018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F018F; }
p { color: rgb(63,1,143); }
H1.HeaderClassName
{
color: #3F018F;
}
.AnyTagClassName
{
color: #3F018F;
}
</style>
background-color css
<style>
a { background-color: #3F018F; }
a { background-color: rgb(63,1,143); }
div.DivClassName
{
background-color: #3F018F;
}
.BgClassName
{
background-color: #3F018F;
}
</style>
border-color css
<style>
span { border-color: #3F018F; }
span { border-color: rgb(63,1,143); }
td.TdClassName
{
border-color: #3F018F;
}
.TagClassName
{
border-color: #3F018F;
}
</style>