Shades of Indigo #3D0162
Tints of Indigo #3D0162
RGB
CMYK
RGB Variations
Color information
#3D0162 (or 0x3D0162) is known color: Indigo. HEX triplet: 3D, 01 and 62. RGB value is (61,1,98). Sum of RGB (Red+Green+Blue) = 61+1+98=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0162 is #C2FE9D. Grayscale: #1D1D1D. Windows color (decimal): -12779166 or 6422845. OLE color: 6422845.
HSL color Cylindrical-coordinate representation of color #3D0162: hue angle of 277.11º 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 #3D0162 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 1 | 98 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.62 |
| HSL | 277.11º | 0.98% | 0.19% | - |
| HSV(B) | 277.11º | 0.99% | 0.38% | - |
| XYZ | 4.14 | 1.9 | 11.7 | - |
| YUV | 30 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 98 | 0.38 | 0.99 | 0 | 0.62 | 277.11 | 0.98 | 0.19 |
| Hex | 3D | 1 | 62 | 26 | 63 | 0 | 3E | 115 | 62 | 13 |
| Octal | 75 | 1 | 142 | 46 | 143 | 0 | 76 | 425 | 142 | 23 |
| Binary | 111101 | 1 | 1100010 | 100110 | 1100011 | 0 | 111110 | 100010101 | 1100010 | 10011 |
Color Harmonies of #3D0162
Complementary color
Monochromatic Colors of #3D0162
Black with #3D0162
Text Example
Text Example
White with #3D0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0162; }
p { color: rgb(61,1,98); }
H1.HeaderClassName
{
color: #3D0162;
}
.AnyTagClassName
{
color: #3D0162;
}
</style>
background-color css
<style>
a { background-color: #3D0162; }
a { background-color: rgb(61,1,98); }
div.DivClassName
{
background-color: #3D0162;
}
.BgClassName
{
background-color: #3D0162;
}
</style>
border-color css
<style>
span { border-color: #3D0162; }
span { border-color: rgb(61,1,98); }
td.TdClassName
{
border-color: #3D0162;
}
.TagClassName
{
border-color: #3D0162;
}
</style>