Shades of Indigo #3D046A
Tints of Indigo #3D046A
RGB
CMYK
RGB Variations
Color information
#3D046A (or 0x3D046A) is known color: Indigo. HEX triplet: 3D, 04 and 6A. RGB value is (61,4,106). Sum of RGB (Red+Green+Blue) = 61+4+106=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D046A is #C2FB95. Grayscale: #202020. Windows color (decimal): -12778390 or 6947901. OLE color: 6947901.
HSL color Cylindrical-coordinate representation of color #3D046A: hue angle of 273.53º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D046A is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 4 | 106 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.58 |
| HSL | 273.53º | 0.93% | 0.22% | - |
| HSV(B) | 273.53º | 0.96% | 0.42% | - |
| XYZ | 4.57 | 2.12 | 13.8 | - |
| YUV | 32.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 106 | 0.42 | 0.96 | 0 | 0.58 | 273.53 | 0.93 | 0.22 |
| Hex | 3D | 4 | 6A | 2A | 60 | 0 | 3A | 112 | 5D | 16 |
| Octal | 75 | 4 | 152 | 52 | 140 | 0 | 72 | 422 | 135 | 26 |
| Binary | 111101 | 100 | 1101010 | 101010 | 1100000 | 0 | 111010 | 100010010 | 1011101 | 10110 |
Color Harmonies of #3D046A
Complementary color
Monochromatic Colors of #3D046A
Black with #3D046A
Text Example
Text Example
White with #3D046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D046A; }
p { color: rgb(61,4,106); }
H1.HeaderClassName
{
color: #3D046A;
}
.AnyTagClassName
{
color: #3D046A;
}
</style>
background-color css
<style>
a { background-color: #3D046A; }
a { background-color: rgb(61,4,106); }
div.DivClassName
{
background-color: #3D046A;
}
.BgClassName
{
background-color: #3D046A;
}
</style>
border-color css
<style>
span { border-color: #3D046A; }
span { border-color: rgb(61,4,106); }
td.TdClassName
{
border-color: #3D046A;
}
.TagClassName
{
border-color: #3D046A;
}
</style>