Shades of Indigo #3F0895
Tints of Indigo #3F0895
RGB
CMYK
RGB Variations
Color information
#3F0895 (or 0x3F0895) is known color: Indigo. HEX triplet: 3F, 08 and 95. RGB value is (63,8,149). Sum of RGB (Red+Green+Blue) = 63+8+149=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F0895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0895 is #C0F76A. Grayscale: #282828. Windows color (decimal): -12646251 or 9766975. OLE color: 9766975.
HSL color Cylindrical-coordinate representation of color #3F0895: hue angle of 263.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0895 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 8 | 149 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.42 |
| HSL | 263.4º | 0.9% | 0.31% | - |
| HSV(B) | 263.4º | 0.95% | 0.58% | - |
| XYZ | 7.56 | 3.4 | 28.69 | - |
| YUV | 40.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 149 | 0.58 | 0.95 | 0 | 0.42 | 263.4 | 0.9 | 0.31 |
| Hex | 3F | 8 | 95 | 3A | 5F | 0 | 2A | 107 | 5A | 1F |
| Octal | 77 | 10 | 225 | 72 | 137 | 0 | 52 | 407 | 132 | 37 |
| Binary | 111111 | 1000 | 10010101 | 111010 | 1011111 | 0 | 101010 | 100000111 | 1011010 | 11111 |
Color Harmonies of #3F0895
Complementary color
Monochromatic Colors of #3F0895
Black with #3F0895
Text Example
Text Example
White with #3F0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0895; }
p { color: rgb(63,8,149); }
H1.HeaderClassName
{
color: #3F0895;
}
.AnyTagClassName
{
color: #3F0895;
}
</style>
background-color css
<style>
a { background-color: #3F0895; }
a { background-color: rgb(63,8,149); }
div.DivClassName
{
background-color: #3F0895;
}
.BgClassName
{
background-color: #3F0895;
}
</style>
border-color css
<style>
span { border-color: #3F0895; }
span { border-color: rgb(63,8,149); }
td.TdClassName
{
border-color: #3F0895;
}
.TagClassName
{
border-color: #3F0895;
}
</style>