Shades of Indigo #3D0160
Tints of Indigo #3D0160
RGB
CMYK
RGB Variations
Color information
#3D0160 (or 0x3D0160) is known color: Indigo. HEX triplet: 3D, 01 and 60. RGB value is (61,1,96). Sum of RGB (Red+Green+Blue) = 61+1+96=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0160 is #C2FE9F. Grayscale: #1D1D1D. Windows color (decimal): -12779168 or 6291773. OLE color: 6291773.
HSL color Cylindrical-coordinate representation of color #3D0160: hue angle of 277.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0160 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 1 | 96 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.62 |
| HSL | 277.89º | 0.98% | 0.19% | - |
| HSV(B) | 277.89º | 0.99% | 0.38% | - |
| XYZ | 4.05 | 1.86 | 11.21 | - |
| YUV | 29.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 96 | 0.36 | 0.99 | 0 | 0.62 | 277.89 | 0.98 | 0.19 |
| Hex | 3D | 1 | 60 | 24 | 63 | 0 | 3E | 116 | 62 | 13 |
| Octal | 75 | 1 | 140 | 44 | 143 | 0 | 76 | 426 | 142 | 23 |
| Binary | 111101 | 1 | 1100000 | 100100 | 1100011 | 0 | 111110 | 100010110 | 1100010 | 10011 |
Color Harmonies of #3D0160
Complementary color
Monochromatic Colors of #3D0160
Black with #3D0160
Text Example
Text Example
White with #3D0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0160; }
p { color: rgb(61,1,96); }
H1.HeaderClassName
{
color: #3D0160;
}
.AnyTagClassName
{
color: #3D0160;
}
</style>
background-color css
<style>
a { background-color: #3D0160; }
a { background-color: rgb(61,1,96); }
div.DivClassName
{
background-color: #3D0160;
}
.BgClassName
{
background-color: #3D0160;
}
</style>
border-color css
<style>
span { border-color: #3D0160; }
span { border-color: rgb(61,1,96); }
td.TdClassName
{
border-color: #3D0160;
}
.TagClassName
{
border-color: #3D0160;
}
</style>