Shades of Indigo #3D0377
Tints of Indigo #3D0377
RGB
CMYK
RGB Variations
Color information
#3D0377 (or 0x3D0377) is known color: Indigo. HEX triplet: 3D, 03 and 77. RGB value is (61,3,119). Sum of RGB (Red+Green+Blue) = 61+3+119=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0377 is #C2FC88. Grayscale: #212121. Windows color (decimal): -12778633 or 7799613. OLE color: 7799613.
HSL color Cylindrical-coordinate representation of color #3D0377: hue angle of 270º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0377 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 3 | 119 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.53 |
| HSL | 270º | 0.95% | 0.24% | - |
| HSV(B) | 270º | 0.97% | 0.47% | - |
| XYZ | 5.29 | 2.39 | 17.64 | - |
| YUV | 33.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 119 | 0.49 | 0.97 | 0 | 0.53 | 270 | 0.95 | 0.24 |
| Hex | 3D | 3 | 77 | 31 | 61 | 0 | 35 | 10E | 5F | 18 |
| Octal | 75 | 3 | 167 | 61 | 141 | 0 | 65 | 416 | 137 | 30 |
| Binary | 111101 | 11 | 1110111 | 110001 | 1100001 | 0 | 110101 | 100001110 | 1011111 | 11000 |
Color Harmonies of #3D0377
Complementary color
Monochromatic Colors of #3D0377
Black with #3D0377
Text Example
Text Example
White with #3D0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0377; }
p { color: rgb(61,3,119); }
H1.HeaderClassName
{
color: #3D0377;
}
.AnyTagClassName
{
color: #3D0377;
}
</style>
background-color css
<style>
a { background-color: #3D0377; }
a { background-color: rgb(61,3,119); }
div.DivClassName
{
background-color: #3D0377;
}
.BgClassName
{
background-color: #3D0377;
}
</style>
border-color css
<style>
span { border-color: #3D0377; }
span { border-color: rgb(61,3,119); }
td.TdClassName
{
border-color: #3D0377;
}
.TagClassName
{
border-color: #3D0377;
}
</style>