Shades of Indigo #3F0195
Tints of Indigo #3F0195
RGB
CMYK
RGB Variations
Color information
#3F0195 (or 0x3F0195) is known color: Indigo. HEX triplet: 3F, 01 and 95. RGB value is (63,1,149). Sum of RGB (Red+Green+Blue) = 63+1+149=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0195 is #C0FE6A. Grayscale: #232323. Windows color (decimal): -12648043 or 9765183. OLE color: 9765183.
HSL color Cylindrical-coordinate representation of color #3F0195: hue angle of 265.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0195 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 1 | 149 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.42 |
| HSL | 265.14º | 0.99% | 0.29% | - |
| HSV(B) | 265.14º | 0.99% | 0.58% | - |
| XYZ | 7.49 | 3.25 | 28.67 | - |
| YUV | 36.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 149 | 0.58 | 0.99 | 0 | 0.42 | 265.14 | 0.99 | 0.29 |
| Hex | 3F | 1 | 95 | 3A | 63 | 0 | 2A | 109 | 63 | 1D |
| Octal | 77 | 1 | 225 | 72 | 143 | 0 | 52 | 411 | 143 | 35 |
| Binary | 111111 | 1 | 10010101 | 111010 | 1100011 | 0 | 101010 | 100001001 | 1100011 | 11101 |
Color Harmonies of #3F0195
Complementary color
Monochromatic Colors of #3F0195
Black with #3F0195
Text Example
Text Example
White with #3F0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0195; }
p { color: rgb(63,1,149); }
H1.HeaderClassName
{
color: #3F0195;
}
.AnyTagClassName
{
color: #3F0195;
}
</style>
background-color css
<style>
a { background-color: #3F0195; }
a { background-color: rgb(63,1,149); }
div.DivClassName
{
background-color: #3F0195;
}
.BgClassName
{
background-color: #3F0195;
}
</style>
border-color css
<style>
span { border-color: #3F0195; }
span { border-color: rgb(63,1,149); }
td.TdClassName
{
border-color: #3F0195;
}
.TagClassName
{
border-color: #3F0195;
}
</style>