Shades of Indigo #3D079C
Tints of Indigo #3D079C
RGB
CMYK
RGB Variations
Color information
#3D079C (or 0x3D079C) is known color: Indigo. HEX triplet: 3D, 07 and 9C. RGB value is (61,7,156). Sum of RGB (Red+Green+Blue) = 61+7+156=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D079C is #C2F863. Grayscale: #272727. Windows color (decimal): -12777572 or 10225469. OLE color: 10225469.
HSL color Cylindrical-coordinate representation of color #3D079C: hue angle of 261.74º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D079C is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 7 | 156 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.39 |
| HSL | 261.75º | 0.91% | 0.32% | - |
| HSV(B) | 261.75º | 0.96% | 0.61% | - |
| XYZ | 8 | 3.54 | 31.71 | - |
| YUV | 40.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 156 | 0.61 | 0.96 | 0 | 0.39 | 261.75 | 0.91 | 0.32 |
| Hex | 3D | 7 | 9C | 3D | 60 | 0 | 27 | 106 | 5B | 20 |
| Octal | 75 | 7 | 234 | 75 | 140 | 0 | 47 | 406 | 133 | 40 |
| Binary | 111101 | 111 | 10011100 | 111101 | 1100000 | 0 | 100111 | 100000110 | 1011011 | 100000 |
Color Harmonies of #3D079C
Complementary color
Monochromatic Colors of #3D079C
Black with #3D079C
Text Example
Text Example
White with #3D079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D079C; }
p { color: rgb(61,7,156); }
H1.HeaderClassName
{
color: #3D079C;
}
.AnyTagClassName
{
color: #3D079C;
}
</style>
background-color css
<style>
a { background-color: #3D079C; }
a { background-color: rgb(61,7,156); }
div.DivClassName
{
background-color: #3D079C;
}
.BgClassName
{
background-color: #3D079C;
}
</style>
border-color css
<style>
span { border-color: #3D079C; }
span { border-color: rgb(61,7,156); }
td.TdClassName
{
border-color: #3D079C;
}
.TagClassName
{
border-color: #3D079C;
}
</style>