Shades of Indigo #3F0193
Tints of Indigo #3F0193
RGB
CMYK
RGB Variations
Color information
#3F0193 (or 0x3F0193) is known color: Indigo. HEX triplet: 3F, 01 and 93. RGB value is (63,1,147). Sum of RGB (Red+Green+Blue) = 63+1+147=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F0193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0193 is #C0FE6C. Grayscale: #232323. Windows color (decimal): -12648045 or 9634111. OLE color: 9634111.
HSL color Cylindrical-coordinate representation of color #3F0193: hue angle of 265.48º 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 #3F0193 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 1 | 147 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.42 |
| HSL | 265.48º | 0.99% | 0.29% | - |
| HSV(B) | 265.48º | 0.99% | 0.58% | - |
| XYZ | 7.33 | 3.19 | 27.83 | - |
| YUV | 36.18 | 190.54 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 147 | 0.57 | 0.99 | 0 | 0.42 | 265.48 | 0.99 | 0.29 |
| Hex | 3F | 1 | 93 | 39 | 63 | 0 | 2A | 109 | 63 | 1D |
| Octal | 77 | 1 | 223 | 71 | 143 | 0 | 52 | 411 | 143 | 35 |
| Binary | 111111 | 1 | 10010011 | 111001 | 1100011 | 0 | 101010 | 100001001 | 1100011 | 11101 |
Color Harmonies of #3F0193
Complementary color
Monochromatic Colors of #3F0193
Black with #3F0193
Text Example
Text Example
White with #3F0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0193; }
p { color: rgb(63,1,147); }
H1.HeaderClassName
{
color: #3F0193;
}
.AnyTagClassName
{
color: #3F0193;
}
</style>
background-color css
<style>
a { background-color: #3F0193; }
a { background-color: rgb(63,1,147); }
div.DivClassName
{
background-color: #3F0193;
}
.BgClassName
{
background-color: #3F0193;
}
</style>
border-color css
<style>
span { border-color: #3F0193; }
span { border-color: rgb(63,1,147); }
td.TdClassName
{
border-color: #3F0193;
}
.TagClassName
{
border-color: #3F0193;
}
</style>