Shades of Indigo #3D056C
Tints of Indigo #3D056C
RGB
CMYK
RGB Variations
Color information
#3D056C (or 0x3D056C) is known color: Indigo. HEX triplet: 3D, 05 and 6C. RGB value is (61,5,108). Sum of RGB (Red+Green+Blue) = 61+5+108=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D056C is #C2FA93. Grayscale: #212121. Windows color (decimal): -12778132 or 7079229. OLE color: 7079229.
HSL color Cylindrical-coordinate representation of color #3D056C: hue angle of 272.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D056C is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 5 | 108 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.58 |
| HSL | 272.62º | 0.91% | 0.22% | - |
| HSV(B) | 272.62º | 0.95% | 0.42% | - |
| XYZ | 4.69 | 2.18 | 14.36 | - |
| YUV | 33.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 108 | 0.44 | 0.95 | 0 | 0.58 | 272.62 | 0.91 | 0.22 |
| Hex | 3D | 5 | 6C | 2C | 5F | 0 | 3A | 111 | 5B | 16 |
| Octal | 75 | 5 | 154 | 54 | 137 | 0 | 72 | 421 | 133 | 26 |
| Binary | 111101 | 101 | 1101100 | 101100 | 1011111 | 0 | 111010 | 100010001 | 1011011 | 10110 |
Color Harmonies of #3D056C
Complementary color
Monochromatic Colors of #3D056C
Black with #3D056C
Text Example
Text Example
White with #3D056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D056C; }
p { color: rgb(61,5,108); }
H1.HeaderClassName
{
color: #3D056C;
}
.AnyTagClassName
{
color: #3D056C;
}
</style>
background-color css
<style>
a { background-color: #3D056C; }
a { background-color: rgb(61,5,108); }
div.DivClassName
{
background-color: #3D056C;
}
.BgClassName
{
background-color: #3D056C;
}
</style>
border-color css
<style>
span { border-color: #3D056C; }
span { border-color: rgb(61,5,108); }
td.TdClassName
{
border-color: #3D056C;
}
.TagClassName
{
border-color: #3D056C;
}
</style>