Shades of Indigo #3F019D
Tints of Indigo #3F019D
RGB
CMYK
RGB Variations
Color information
#3F019D (or 0x3F019D) is known color: Indigo. HEX triplet: 3F, 01 and 9D. RGB value is (63,1,157). Sum of RGB (Red+Green+Blue) = 63+1+157=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F019D is #C0FE62. Grayscale: #242424. Windows color (decimal): -12648035 or 10289471. OLE color: 10289471.
HSL color Cylindrical-coordinate representation of color #3F019D: hue angle of 263.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F019D is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 1 | 157 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.38 |
| HSL | 263.85º | 0.99% | 0.31% | - |
| HSV(B) | 263.85º | 0.99% | 0.62% | - |
| XYZ | 8.15 | 3.51 | 32.15 | - |
| YUV | 37.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 157 | 0.60 | 0.99 | 0 | 0.38 | 263.85 | 0.99 | 0.31 |
| Hex | 3F | 1 | 9D | 3C | 63 | 0 | 26 | 108 | 63 | 1F |
| Octal | 77 | 1 | 235 | 74 | 143 | 0 | 46 | 410 | 143 | 37 |
| Binary | 111111 | 1 | 10011101 | 111100 | 1100011 | 0 | 100110 | 100001000 | 1100011 | 11111 |
Color Harmonies of #3F019D
Complementary color
Monochromatic Colors of #3F019D
Black with #3F019D
Text Example
Text Example
White with #3F019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F019D; }
p { color: rgb(63,1,157); }
H1.HeaderClassName
{
color: #3F019D;
}
.AnyTagClassName
{
color: #3F019D;
}
</style>
background-color css
<style>
a { background-color: #3F019D; }
a { background-color: rgb(63,1,157); }
div.DivClassName
{
background-color: #3F019D;
}
.BgClassName
{
background-color: #3F019D;
}
</style>
border-color css
<style>
span { border-color: #3F019D; }
span { border-color: rgb(63,1,157); }
td.TdClassName
{
border-color: #3F019D;
}
.TagClassName
{
border-color: #3F019D;
}
</style>