Shades of Indigo #3D016B
Tints of Indigo #3D016B
RGB
CMYK
RGB Variations
Color information
#3D016B (or 0x3D016B) is known color: Indigo. HEX triplet: 3D, 01 and 6B. RGB value is (61,1,107). Sum of RGB (Red+Green+Blue) = 61+1+107=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D016B is #C2FE94. Grayscale: #1E1E1E. Windows color (decimal): -12779157 or 7012669. OLE color: 7012669.
HSL color Cylindrical-coordinate representation of color #3D016B: hue angle of 273.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D016B is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 1 | 107 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.58 |
| HSL | 273.96º | 0.98% | 0.21% | - |
| HSV(B) | 273.96º | 0.99% | 0.42% | - |
| XYZ | 4.59 | 2.08 | 14.07 | - |
| YUV | 31.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 107 | 0.43 | 0.99 | 0 | 0.58 | 273.96 | 0.98 | 0.21 |
| Hex | 3D | 1 | 6B | 2B | 63 | 0 | 3A | 112 | 62 | 15 |
| Octal | 75 | 1 | 153 | 53 | 143 | 0 | 72 | 422 | 142 | 25 |
| Binary | 111101 | 1 | 1101011 | 101011 | 1100011 | 0 | 111010 | 100010010 | 1100010 | 10101 |
Color Harmonies of #3D016B
Complementary color
Monochromatic Colors of #3D016B
Black with #3D016B
Text Example
Text Example
White with #3D016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D016B; }
p { color: rgb(61,1,107); }
H1.HeaderClassName
{
color: #3D016B;
}
.AnyTagClassName
{
color: #3D016B;
}
</style>
background-color css
<style>
a { background-color: #3D016B; }
a { background-color: rgb(61,1,107); }
div.DivClassName
{
background-color: #3D016B;
}
.BgClassName
{
background-color: #3D016B;
}
</style>
border-color css
<style>
span { border-color: #3D016B; }
span { border-color: rgb(61,1,107); }
td.TdClassName
{
border-color: #3D016B;
}
.TagClassName
{
border-color: #3D016B;
}
</style>