Shades of Indigo #3D078D
Tints of Indigo #3D078D
RGB
CMYK
RGB Variations
Color information
#3D078D (or 0x3D078D) is known color: Indigo. HEX triplet: 3D, 07 and 8D. RGB value is (61,7,141). Sum of RGB (Red+Green+Blue) = 61+7+141=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D078D is #C2F872. Grayscale: #252525. Windows color (decimal): -12777587 or 9242429. OLE color: 9242429.
HSL color Cylindrical-coordinate representation of color #3D078D: hue angle of 264.18º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D078D is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 7 | 141 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.45 |
| HSL | 264.18º | 0.91% | 0.29% | - |
| HSV(B) | 264.18º | 0.95% | 0.55% | - |
| XYZ | 6.81 | 3.07 | 25.43 | - |
| YUV | 38.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 141 | 0.57 | 0.95 | 0 | 0.45 | 264.18 | 0.91 | 0.29 |
| Hex | 3D | 7 | 8D | 39 | 5F | 0 | 2D | 108 | 5B | 1D |
| Octal | 75 | 7 | 215 | 71 | 137 | 0 | 55 | 410 | 133 | 35 |
| Binary | 111101 | 111 | 10001101 | 111001 | 1011111 | 0 | 101101 | 100001000 | 1011011 | 11101 |
Color Harmonies of #3D078D
Complementary color
Monochromatic Colors of #3D078D
Black with #3D078D
Text Example
Text Example
White with #3D078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D078D; }
p { color: rgb(61,7,141); }
H1.HeaderClassName
{
color: #3D078D;
}
.AnyTagClassName
{
color: #3D078D;
}
</style>
background-color css
<style>
a { background-color: #3D078D; }
a { background-color: rgb(61,7,141); }
div.DivClassName
{
background-color: #3D078D;
}
.BgClassName
{
background-color: #3D078D;
}
</style>
border-color css
<style>
span { border-color: #3D078D; }
span { border-color: rgb(61,7,141); }
td.TdClassName
{
border-color: #3D078D;
}
.TagClassName
{
border-color: #3D078D;
}
</style>