Shades of Indigo #3D039B
Tints of Indigo #3D039B
RGB
CMYK
RGB Variations
Color information
#3D039B (or 0x3D039B) is known color: Indigo. HEX triplet: 3D, 03 and 9B. RGB value is (61,3,155). Sum of RGB (Red+Green+Blue) = 61+3+155=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D039B is #C2FC64. Grayscale: #252525. Windows color (decimal): -12778597 or 10158909. OLE color: 10158909.
HSL color Cylindrical-coordinate representation of color #3D039B: hue angle of 262.89º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D039B is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 3 | 155 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.39 |
| HSL | 262.89º | 0.96% | 0.31% | - |
| HSV(B) | 262.89º | 0.98% | 0.61% | - |
| XYZ | 7.87 | 3.42 | 31.26 | - |
| YUV | 37.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 155 | 0.61 | 0.98 | 0 | 0.39 | 262.89 | 0.96 | 0.31 |
| Hex | 3D | 3 | 9B | 3D | 62 | 0 | 27 | 107 | 60 | 1F |
| Octal | 75 | 3 | 233 | 75 | 142 | 0 | 47 | 407 | 140 | 37 |
| Binary | 111101 | 11 | 10011011 | 111101 | 1100010 | 0 | 100111 | 100000111 | 1100000 | 11111 |
Color Harmonies of #3D039B
Complementary color
Monochromatic Colors of #3D039B
Black with #3D039B
Text Example
Text Example
White with #3D039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D039B; }
p { color: rgb(61,3,155); }
H1.HeaderClassName
{
color: #3D039B;
}
.AnyTagClassName
{
color: #3D039B;
}
</style>
background-color css
<style>
a { background-color: #3D039B; }
a { background-color: rgb(61,3,155); }
div.DivClassName
{
background-color: #3D039B;
}
.BgClassName
{
background-color: #3D039B;
}
</style>
border-color css
<style>
span { border-color: #3D039B; }
span { border-color: rgb(61,3,155); }
td.TdClassName
{
border-color: #3D039B;
}
.TagClassName
{
border-color: #3D039B;
}
</style>