Shades of Indigo #3D038D
Tints of Indigo #3D038D
RGB
CMYK
RGB Variations
Color information
#3D038D (or 0x3D038D) is known color: Indigo. HEX triplet: 3D, 03 and 8D. RGB value is (61,3,141). Sum of RGB (Red+Green+Blue) = 61+3+141=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D038D is #C2FC72. Grayscale: #232323. Windows color (decimal): -12778611 or 9241405. OLE color: 9241405.
HSL color Cylindrical-coordinate representation of color #3D038D: hue angle of 265.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D038D is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 3 | 141 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.45 |
| HSL | 265.22º | 0.96% | 0.28% | - |
| HSV(B) | 265.22º | 0.98% | 0.55% | - |
| XYZ | 6.76 | 2.98 | 25.42 | - |
| YUV | 36.07 | 187.22 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 141 | 0.57 | 0.98 | 0 | 0.45 | 265.22 | 0.96 | 0.28 |
| Hex | 3D | 3 | 8D | 39 | 62 | 0 | 2D | 109 | 60 | 1C |
| Octal | 75 | 3 | 215 | 71 | 142 | 0 | 55 | 411 | 140 | 34 |
| Binary | 111101 | 11 | 10001101 | 111001 | 1100010 | 0 | 101101 | 100001001 | 1100000 | 11100 |
Color Harmonies of #3D038D
Complementary color
Monochromatic Colors of #3D038D
Black with #3D038D
Text Example
Text Example
White with #3D038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D038D; }
p { color: rgb(61,3,141); }
H1.HeaderClassName
{
color: #3D038D;
}
.AnyTagClassName
{
color: #3D038D;
}
</style>
background-color css
<style>
a { background-color: #3D038D; }
a { background-color: rgb(61,3,141); }
div.DivClassName
{
background-color: #3D038D;
}
.BgClassName
{
background-color: #3D038D;
}
</style>
border-color css
<style>
span { border-color: #3D038D; }
span { border-color: rgb(61,3,141); }
td.TdClassName
{
border-color: #3D038D;
}
.TagClassName
{
border-color: #3D038D;
}
</style>