Shades of Indigo #3D079E
Tints of Indigo #3D079E
RGB
CMYK
RGB Variations
Color information
#3D079E (or 0x3D079E) is known color: Indigo. HEX triplet: 3D, 07 and 9E. RGB value is (61,7,158). Sum of RGB (Red+Green+Blue) = 61+7+158=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D079E is #C2F861. Grayscale: #272727. Windows color (decimal): -12777570 or 10356541. OLE color: 10356541.
HSL color Cylindrical-coordinate representation of color #3D079E: hue angle of 261.46º degrees, saturation: 0.92, 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 #3D079E is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 7 | 158 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.38 |
| HSL | 261.46º | 0.92% | 0.32% | - |
| HSV(B) | 261.46º | 0.96% | 0.62% | - |
| XYZ | 8.17 | 3.61 | 32.61 | - |
| YUV | 40.36 | 194.39 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 158 | 0.61 | 0.96 | 0 | 0.38 | 261.46 | 0.92 | 0.32 |
| Hex | 3D | 7 | 9E | 3D | 60 | 0 | 26 | 105 | 5C | 20 |
| Octal | 75 | 7 | 236 | 75 | 140 | 0 | 46 | 405 | 134 | 40 |
| Binary | 111101 | 111 | 10011110 | 111101 | 1100000 | 0 | 100110 | 100000101 | 1011100 | 100000 |
Color Harmonies of #3D079E
Complementary color
Monochromatic Colors of #3D079E
Black with #3D079E
Text Example
Text Example
White with #3D079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D079E; }
p { color: rgb(61,7,158); }
H1.HeaderClassName
{
color: #3D079E;
}
.AnyTagClassName
{
color: #3D079E;
}
</style>
background-color css
<style>
a { background-color: #3D079E; }
a { background-color: rgb(61,7,158); }
div.DivClassName
{
background-color: #3D079E;
}
.BgClassName
{
background-color: #3D079E;
}
</style>
border-color css
<style>
span { border-color: #3D079E; }
span { border-color: rgb(61,7,158); }
td.TdClassName
{
border-color: #3D079E;
}
.TagClassName
{
border-color: #3D079E;
}
</style>