Shades of Indigo #3D0065
Tints of Indigo #3D0065
RGB
CMYK
RGB Variations
Color information
#3D0065 (or 0x3D0065) is known color: Indigo. HEX triplet: 3D, 00 and 65. RGB value is (61,0,101). Sum of RGB (Red+Green+Blue) = 61+0+101=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D0065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0065 is #C2FF9A. Grayscale: #1D1D1D. Windows color (decimal): -12779419 or 6619197. OLE color: 6619197.
HSL color Cylindrical-coordinate representation of color #3D0065: hue angle of 276.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D0065 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 0 | 101 | - |
| CMYK | 0.40 | 1 | 0 | 0.60 |
| HSL | 276.24º | 1% | 0.2% | - |
| HSV(B) | 276.24º | 1% | 0.4% | - |
| XYZ | 4.27 | 1.93 | 12.46 | - |
| YUV | 29.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 101 | 0.40 | 1 | 0 | 0.60 | 276.24 | 1 | 0.2 |
| Hex | 3D | 0 | 65 | 28 | 64 | 0 | 3C | 114 | 64 | 14 |
| Octal | 75 | 0 | 145 | 50 | 144 | 0 | 74 | 424 | 144 | 24 |
| Binary | 111101 | 0 | 1100101 | 101000 | 1100100 | 0 | 111100 | 100010100 | 1100100 | 10100 |
Color Harmonies of #3D0065
Complementary color
Monochromatic Colors of #3D0065
Black with #3D0065
Text Example
Text Example
White with #3D0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0065; }
p { color: rgb(61,0,101); }
H1.HeaderClassName
{
color: #3D0065;
}
.AnyTagClassName
{
color: #3D0065;
}
</style>
background-color css
<style>
a { background-color: #3D0065; }
a { background-color: rgb(61,0,101); }
div.DivClassName
{
background-color: #3D0065;
}
.BgClassName
{
background-color: #3D0065;
}
</style>
border-color css
<style>
span { border-color: #3D0065; }
span { border-color: rgb(61,0,101); }
td.TdClassName
{
border-color: #3D0065;
}
.TagClassName
{
border-color: #3D0065;
}
</style>