Shades of Indigo #3D0466
Tints of Indigo #3D0466
RGB
CMYK
RGB Variations
Color information
#3D0466 (or 0x3D0466) is known color: Indigo. HEX triplet: 3D, 04 and 66. RGB value is (61,4,102). Sum of RGB (Red+Green+Blue) = 61+4+102=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D0466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0466 is #C2FB99. Grayscale: #1F1F1F. Windows color (decimal): -12778394 or 6685757. OLE color: 6685757.
HSL color Cylindrical-coordinate representation of color #3D0466: hue angle of 274.9º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0466 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 4 | 102 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.6 |
| HSL | 274.9º | 0.92% | 0.21% | - |
| HSV(B) | 274.9º | 0.96% | 0.4% | - |
| XYZ | 4.37 | 2.04 | 12.73 | - |
| YUV | 32.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 102 | 0.40 | 0.96 | 0 | 0.6 | 274.9 | 0.92 | 0.21 |
| Hex | 3D | 4 | 66 | 28 | 60 | 0 | 3C | 113 | 5C | 15 |
| Octal | 75 | 4 | 146 | 50 | 140 | 0 | 74 | 423 | 134 | 25 |
| Binary | 111101 | 100 | 1100110 | 101000 | 1100000 | 0 | 111100 | 100010011 | 1011100 | 10101 |
Color Harmonies of #3D0466
Complementary color
Monochromatic Colors of #3D0466
Black with #3D0466
Text Example
Text Example
White with #3D0466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0466; }
p { color: rgb(61,4,102); }
H1.HeaderClassName
{
color: #3D0466;
}
.AnyTagClassName
{
color: #3D0466;
}
</style>
background-color css
<style>
a { background-color: #3D0466; }
a { background-color: rgb(61,4,102); }
div.DivClassName
{
background-color: #3D0466;
}
.BgClassName
{
background-color: #3D0466;
}
</style>
border-color css
<style>
span { border-color: #3D0466; }
span { border-color: rgb(61,4,102); }
td.TdClassName
{
border-color: #3D0466;
}
.TagClassName
{
border-color: #3D0466;
}
</style>