Shades of Indigo #3B019D
Tints of Indigo #3B019D
RGB
CMYK
RGB Variations
Color information
#3B019D (or 0x3B019D) is known color: Indigo. HEX triplet: 3B, 01 and 9D. RGB value is (59,1,157). Sum of RGB (Red+Green+Blue) = 59+1+157=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B019D is #C4FE62. Grayscale: #232323. Windows color (decimal): -12910179 or 10289467. OLE color: 10289467.
HSL color Cylindrical-coordinate representation of color #3B019D: hue angle of 262.31º 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 #3B019D is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 1 | 157 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.38 |
| HSL | 262.31º | 0.99% | 0.31% | - |
| HSV(B) | 262.31º | 0.99% | 0.62% | - |
| XYZ | 7.9 | 3.39 | 32.14 | - |
| YUV | 36.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 157 | 0.62 | 0.99 | 0 | 0.38 | 262.31 | 0.99 | 0.31 |
| Hex | 3B | 1 | 9D | 3E | 63 | 0 | 26 | 106 | 63 | 1F |
| Octal | 73 | 1 | 235 | 76 | 143 | 0 | 46 | 406 | 143 | 37 |
| Binary | 111011 | 1 | 10011101 | 111110 | 1100011 | 0 | 100110 | 100000110 | 1100011 | 11111 |
Color Harmonies of #3B019D
Complementary color
Monochromatic Colors of #3B019D
Black with #3B019D
Text Example
Text Example
White with #3B019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B019D; }
p { color: rgb(59,1,157); }
H1.HeaderClassName
{
color: #3B019D;
}
.AnyTagClassName
{
color: #3B019D;
}
</style>
background-color css
<style>
a { background-color: #3B019D; }
a { background-color: rgb(59,1,157); }
div.DivClassName
{
background-color: #3B019D;
}
.BgClassName
{
background-color: #3B019D;
}
</style>
border-color css
<style>
span { border-color: #3B019D; }
span { border-color: rgb(59,1,157); }
td.TdClassName
{
border-color: #3B019D;
}
.TagClassName
{
border-color: #3B019D;
}
</style>