Shades of Indigo #3D039F
Tints of Indigo #3D039F
RGB
CMYK
RGB Variations
Color information
#3D039F (or 0x3D039F) is known color: Indigo. HEX triplet: 3D, 03 and 9F. RGB value is (61,3,159). Sum of RGB (Red+Green+Blue) = 61+3+159=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D039F is #C2FC60. Grayscale: #252525. Windows color (decimal): -12778593 or 10421053. OLE color: 10421053.
HSL color Cylindrical-coordinate representation of color #3D039F: hue angle of 262.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D039F is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 3 | 159 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.38 |
| HSL | 262.31º | 0.96% | 0.32% | - |
| HSV(B) | 262.31º | 0.98% | 0.62% | - |
| XYZ | 8.22 | 3.56 | 33.06 | - |
| YUV | 38.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 159 | 0.62 | 0.98 | 0 | 0.38 | 262.31 | 0.96 | 0.32 |
| Hex | 3D | 3 | 9F | 3E | 62 | 0 | 26 | 106 | 60 | 20 |
| Octal | 75 | 3 | 237 | 76 | 142 | 0 | 46 | 406 | 140 | 40 |
| Binary | 111101 | 11 | 10011111 | 111110 | 1100010 | 0 | 100110 | 100000110 | 1100000 | 100000 |
Color Harmonies of #3D039F
Complementary color
Monochromatic Colors of #3D039F
Black with #3D039F
Text Example
Text Example
White with #3D039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D039F; }
p { color: rgb(61,3,159); }
H1.HeaderClassName
{
color: #3D039F;
}
.AnyTagClassName
{
color: #3D039F;
}
</style>
background-color css
<style>
a { background-color: #3D039F; }
a { background-color: rgb(61,3,159); }
div.DivClassName
{
background-color: #3D039F;
}
.BgClassName
{
background-color: #3D039F;
}
</style>
border-color css
<style>
span { border-color: #3D039F; }
span { border-color: rgb(61,3,159); }
td.TdClassName
{
border-color: #3D039F;
}
.TagClassName
{
border-color: #3D039F;
}
</style>