Shades of Indigo #3F008E
Tints of Indigo #3F008E
RGB
CMYK
RGB Variations
Color information
#3F008E (or 0x3F008E) is known color: Indigo. HEX triplet: 3F, 00 and 8E. RGB value is (63,0,142). Sum of RGB (Red+Green+Blue) = 63+0+142=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F008E is #C0FF71. Grayscale: #222222. Windows color (decimal): -12648306 or 9306175. OLE color: 9306175.
HSL color Cylindrical-coordinate representation of color #3F008E: hue angle of 266.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F008E is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 0 | 142 | - |
| CMYK | 0.56 | 1 | 0 | 0.44 |
| HSL | 266.62º | 1% | 0.28% | - |
| HSV(B) | 266.62º | 1% | 0.56% | - |
| XYZ | 6.93 | 3.01 | 25.81 | - |
| YUV | 35.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 142 | 0.56 | 1 | 0 | 0.44 | 266.62 | 1 | 0.28 |
| Hex | 3F | 0 | 8E | 38 | 64 | 0 | 2C | 10B | 64 | 1C |
| Octal | 77 | 0 | 216 | 70 | 144 | 0 | 54 | 413 | 144 | 34 |
| Binary | 111111 | 0 | 10001110 | 111000 | 1100100 | 0 | 101100 | 100001011 | 1100100 | 11100 |
Color Harmonies of #3F008E
Complementary color
Monochromatic Colors of #3F008E
Black with #3F008E
Text Example
Text Example
White with #3F008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F008E; }
p { color: rgb(63,0,142); }
H1.HeaderClassName
{
color: #3F008E;
}
.AnyTagClassName
{
color: #3F008E;
}
</style>
background-color css
<style>
a { background-color: #3F008E; }
a { background-color: rgb(63,0,142); }
div.DivClassName
{
background-color: #3F008E;
}
.BgClassName
{
background-color: #3F008E;
}
</style>
border-color css
<style>
span { border-color: #3F008E; }
span { border-color: rgb(63,0,142); }
td.TdClassName
{
border-color: #3F008E;
}
.TagClassName
{
border-color: #3F008E;
}
</style>