Shades of Indigo #3F0095
Tints of Indigo #3F0095
RGB
CMYK
RGB Variations
Color information
#3F0095 (or 0x3F0095) is known color: Indigo. HEX triplet: 3F, 00 and 95. RGB value is (63,0,149). Sum of RGB (Red+Green+Blue) = 63+0+149=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F0095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0095 is #C0FF6A. Grayscale: #232323. Windows color (decimal): -12648299 or 9764927. OLE color: 9764927.
HSL color Cylindrical-coordinate representation of color #3F0095: hue angle of 265.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0095 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 0 | 149 | - |
| CMYK | 0.58 | 1 | 0 | 0.42 |
| HSL | 265.37º | 1% | 0.29% | - |
| HSV(B) | 265.37º | 1% | 0.58% | - |
| XYZ | 7.47 | 3.23 | 28.66 | - |
| YUV | 35.82 | 191.87 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 149 | 0.58 | 1 | 0 | 0.42 | 265.37 | 1 | 0.29 |
| Hex | 3F | 0 | 95 | 3A | 64 | 0 | 2A | 109 | 64 | 1D |
| Octal | 77 | 0 | 225 | 72 | 144 | 0 | 52 | 411 | 144 | 35 |
| Binary | 111111 | 0 | 10010101 | 111010 | 1100100 | 0 | 101010 | 100001001 | 1100100 | 11101 |
Color Harmonies of #3F0095
Complementary color
Monochromatic Colors of #3F0095
Black with #3F0095
Text Example
Text Example
White with #3F0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0095; }
p { color: rgb(63,0,149); }
H1.HeaderClassName
{
color: #3F0095;
}
.AnyTagClassName
{
color: #3F0095;
}
</style>
background-color css
<style>
a { background-color: #3F0095; }
a { background-color: rgb(63,0,149); }
div.DivClassName
{
background-color: #3F0095;
}
.BgClassName
{
background-color: #3F0095;
}
</style>
border-color css
<style>
span { border-color: #3F0095; }
span { border-color: rgb(63,0,149); }
td.TdClassName
{
border-color: #3F0095;
}
.TagClassName
{
border-color: #3F0095;
}
</style>