Shades of Indigo #3D036C
Tints of Indigo #3D036C
RGB
CMYK
RGB Variations
Color information
#3D036C (or 0x3D036C) is known color: Indigo. HEX triplet: 3D, 03 and 6C. RGB value is (61,3,108). Sum of RGB (Red+Green+Blue) = 61+3+108=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D036C is #C2FC93. Grayscale: #1F1F1F. Windows color (decimal): -12778644 or 7078717. OLE color: 7078717.
HSL color Cylindrical-coordinate representation of color #3D036C: hue angle of 273.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D036C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 3 | 108 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.58 |
| HSL | 273.14º | 0.95% | 0.22% | - |
| HSV(B) | 273.14º | 0.97% | 0.42% | - |
| XYZ | 4.66 | 2.14 | 14.35 | - |
| YUV | 32.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 108 | 0.44 | 0.97 | 0 | 0.58 | 273.14 | 0.95 | 0.22 |
| Hex | 3D | 3 | 6C | 2C | 61 | 0 | 3A | 111 | 5F | 16 |
| Octal | 75 | 3 | 154 | 54 | 141 | 0 | 72 | 421 | 137 | 26 |
| Binary | 111101 | 11 | 1101100 | 101100 | 1100001 | 0 | 111010 | 100010001 | 1011111 | 10110 |
Color Harmonies of #3D036C
Complementary color
Monochromatic Colors of #3D036C
Black with #3D036C
Text Example
Text Example
White with #3D036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D036C; }
p { color: rgb(61,3,108); }
H1.HeaderClassName
{
color: #3D036C;
}
.AnyTagClassName
{
color: #3D036C;
}
</style>
background-color css
<style>
a { background-color: #3D036C; }
a { background-color: rgb(61,3,108); }
div.DivClassName
{
background-color: #3D036C;
}
.BgClassName
{
background-color: #3D036C;
}
</style>
border-color css
<style>
span { border-color: #3D036C; }
span { border-color: rgb(61,3,108); }
td.TdClassName
{
border-color: #3D036C;
}
.TagClassName
{
border-color: #3D036C;
}
</style>