Shades of Indigo #3D079D
Tints of Indigo #3D079D
RGB
CMYK
RGB Variations
Color information
#3D079D (or 0x3D079D) is known color: Indigo. HEX triplet: 3D, 07 and 9D. RGB value is (61,7,157). Sum of RGB (Red+Green+Blue) = 61+7+157=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D079D is #C2F862. Grayscale: #272727. Windows color (decimal): -12777571 or 10291005. OLE color: 10291005.
HSL color Cylindrical-coordinate representation of color #3D079D: hue angle of 261.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D079D is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 7 | 157 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.38 |
| HSL | 261.6º | 0.91% | 0.32% | - |
| HSV(B) | 261.6º | 0.96% | 0.62% | - |
| XYZ | 8.09 | 3.58 | 32.16 | - |
| YUV | 40.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 157 | 0.61 | 0.96 | 0 | 0.38 | 261.6 | 0.91 | 0.32 |
| Hex | 3D | 7 | 9D | 3D | 60 | 0 | 26 | 106 | 5B | 20 |
| Octal | 75 | 7 | 235 | 75 | 140 | 0 | 46 | 406 | 133 | 40 |
| Binary | 111101 | 111 | 10011101 | 111101 | 1100000 | 0 | 100110 | 100000110 | 1011011 | 100000 |
Color Harmonies of #3D079D
Complementary color
Monochromatic Colors of #3D079D
Black with #3D079D
Text Example
Text Example
White with #3D079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D079D; }
p { color: rgb(61,7,157); }
H1.HeaderClassName
{
color: #3D079D;
}
.AnyTagClassName
{
color: #3D079D;
}
</style>
background-color css
<style>
a { background-color: #3D079D; }
a { background-color: rgb(61,7,157); }
div.DivClassName
{
background-color: #3D079D;
}
.BgClassName
{
background-color: #3D079D;
}
</style>
border-color css
<style>
span { border-color: #3D079D; }
span { border-color: rgb(61,7,157); }
td.TdClassName
{
border-color: #3D079D;
}
.TagClassName
{
border-color: #3D079D;
}
</style>