Shades of Indigo #3D019B
Tints of Indigo #3D019B
RGB
CMYK
RGB Variations
Color information
#3D019B (or 0x3D019B) is known color: Indigo. HEX triplet: 3D, 01 and 9B. RGB value is (61,1,155). Sum of RGB (Red+Green+Blue) = 61+1+155=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D019B is #C2FE64. Grayscale: #232323. Windows color (decimal): -12779109 or 10158397. OLE color: 10158397.
HSL color Cylindrical-coordinate representation of color #3D019B: hue angle of 263.38º 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 #3D019B is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 1 | 155 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.39 |
| HSL | 263.38º | 0.99% | 0.31% | - |
| HSV(B) | 263.38º | 0.99% | 0.61% | - |
| XYZ | 7.85 | 3.38 | 31.25 | - |
| YUV | 36.5 | 194.88 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 155 | 0.61 | 0.99 | 0 | 0.39 | 263.38 | 0.99 | 0.31 |
| Hex | 3D | 1 | 9B | 3D | 63 | 0 | 27 | 107 | 63 | 1F |
| Octal | 75 | 1 | 233 | 75 | 143 | 0 | 47 | 407 | 143 | 37 |
| Binary | 111101 | 1 | 10011011 | 111101 | 1100011 | 0 | 100111 | 100000111 | 1100011 | 11111 |
Color Harmonies of #3D019B
Complementary color
Monochromatic Colors of #3D019B
Black with #3D019B
Text Example
Text Example
White with #3D019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D019B; }
p { color: rgb(61,1,155); }
H1.HeaderClassName
{
color: #3D019B;
}
.AnyTagClassName
{
color: #3D019B;
}
</style>
background-color css
<style>
a { background-color: #3D019B; }
a { background-color: rgb(61,1,155); }
div.DivClassName
{
background-color: #3D019B;
}
.BgClassName
{
background-color: #3D019B;
}
</style>
border-color css
<style>
span { border-color: #3D019B; }
span { border-color: rgb(61,1,155); }
td.TdClassName
{
border-color: #3D019B;
}
.TagClassName
{
border-color: #3D019B;
}
</style>