Shades of Indigo #3F019B
Tints of Indigo #3F019B
RGB
CMYK
RGB Variations
Color information
#3F019B (or 0x3F019B) is known color: Indigo. HEX triplet: 3F, 01 and 9B. RGB value is (63,1,155). Sum of RGB (Red+Green+Blue) = 63+1+155=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F019B is #C0FE64. Grayscale: #242424. Windows color (decimal): -12648037 or 10158399. OLE color: 10158399.
HSL color Cylindrical-coordinate representation of color #3F019B: hue angle of 264.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F019B is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 1 | 155 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.39 |
| HSL | 264.16º | 0.99% | 0.31% | - |
| HSV(B) | 264.16º | 0.99% | 0.61% | - |
| XYZ | 7.98 | 3.45 | 31.25 | - |
| YUV | 37.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 155 | 0.59 | 0.99 | 0 | 0.39 | 264.16 | 0.99 | 0.31 |
| Hex | 3F | 1 | 9B | 3B | 63 | 0 | 27 | 108 | 63 | 1F |
| Octal | 77 | 1 | 233 | 73 | 143 | 0 | 47 | 410 | 143 | 37 |
| Binary | 111111 | 1 | 10011011 | 111011 | 1100011 | 0 | 100111 | 100001000 | 1100011 | 11111 |
Color Harmonies of #3F019B
Complementary color
Monochromatic Colors of #3F019B
Black with #3F019B
Text Example
Text Example
White with #3F019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F019B; }
p { color: rgb(63,1,155); }
H1.HeaderClassName
{
color: #3F019B;
}
.AnyTagClassName
{
color: #3F019B;
}
</style>
background-color css
<style>
a { background-color: #3F019B; }
a { background-color: rgb(63,1,155); }
div.DivClassName
{
background-color: #3F019B;
}
.BgClassName
{
background-color: #3F019B;
}
</style>
border-color css
<style>
span { border-color: #3F019B; }
span { border-color: rgb(63,1,155); }
td.TdClassName
{
border-color: #3F019B;
}
.TagClassName
{
border-color: #3F019B;
}
</style>