Shades of Indigo #3D048D
Tints of Indigo #3D048D
RGB
CMYK
RGB Variations
Color information
#3D048D (or 0x3D048D) is known color: Indigo. HEX triplet: 3D, 04 and 8D. RGB value is (61,4,141). Sum of RGB (Red+Green+Blue) = 61+4+141=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D048D is #C2FB72. Grayscale: #242424. Windows color (decimal): -12778355 or 9241661. OLE color: 9241661.
HSL color Cylindrical-coordinate representation of color #3D048D: hue angle of 264.96º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D048D is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 4 | 141 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.45 |
| HSL | 264.96º | 0.94% | 0.28% | - |
| HSV(B) | 264.96º | 0.97% | 0.55% | - |
| XYZ | 6.78 | 3 | 25.42 | - |
| YUV | 36.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 141 | 0.57 | 0.97 | 0 | 0.45 | 264.96 | 0.94 | 0.28 |
| Hex | 3D | 4 | 8D | 39 | 61 | 0 | 2D | 109 | 5E | 1C |
| Octal | 75 | 4 | 215 | 71 | 141 | 0 | 55 | 411 | 136 | 34 |
| Binary | 111101 | 100 | 10001101 | 111001 | 1100001 | 0 | 101101 | 100001001 | 1011110 | 11100 |
Color Harmonies of #3D048D
Complementary color
Monochromatic Colors of #3D048D
Black with #3D048D
Text Example
Text Example
White with #3D048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D048D; }
p { color: rgb(61,4,141); }
H1.HeaderClassName
{
color: #3D048D;
}
.AnyTagClassName
{
color: #3D048D;
}
</style>
background-color css
<style>
a { background-color: #3D048D; }
a { background-color: rgb(61,4,141); }
div.DivClassName
{
background-color: #3D048D;
}
.BgClassName
{
background-color: #3D048D;
}
</style>
border-color css
<style>
span { border-color: #3D048D; }
span { border-color: rgb(61,4,141); }
td.TdClassName
{
border-color: #3D048D;
}
.TagClassName
{
border-color: #3D048D;
}
</style>