Shades of Indigo #3D005D
Tints of Indigo #3D005D
RGB
CMYK
RGB Variations
Color information
#3D005D (or 0x3D005D) is known color: Indigo. HEX triplet: 3D, 00 and 5D. RGB value is (61,0,93). Sum of RGB (Red+Green+Blue) = 61+0+93=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D005D is #C2FFA2. Grayscale: #1C1C1C. Windows color (decimal): -12779427 or 6094909. OLE color: 6094909.
HSL color Cylindrical-coordinate representation of color #3D005D: hue angle of 279.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D005D is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 0 | 93 | - |
| CMYK | 0.34 | 1 | 0 | 0.64 |
| HSL | 279.35º | 1% | 0.18% | - |
| HSV(B) | 279.35º | 1% | 0.36% | - |
| XYZ | 3.9 | 1.78 | 10.49 | - |
| YUV | 28.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 93 | 0.34 | 1 | 0 | 0.64 | 279.35 | 1 | 0.18 |
| Hex | 3D | 0 | 5D | 22 | 64 | 0 | 40 | 117 | 64 | 12 |
| Octal | 75 | 0 | 135 | 42 | 144 | 0 | 100 | 427 | 144 | 22 |
| Binary | 111101 | 0 | 1011101 | 100010 | 1100100 | 0 | 1000000 | 100010111 | 1100100 | 10010 |
Color Harmonies of #3D005D
Complementary color
Monochromatic Colors of #3D005D
Black with #3D005D
Text Example
Text Example
White with #3D005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D005D; }
p { color: rgb(61,0,93); }
H1.HeaderClassName
{
color: #3D005D;
}
.AnyTagClassName
{
color: #3D005D;
}
</style>
background-color css
<style>
a { background-color: #3D005D; }
a { background-color: rgb(61,0,93); }
div.DivClassName
{
background-color: #3D005D;
}
.BgClassName
{
background-color: #3D005D;
}
</style>
border-color css
<style>
span { border-color: #3D005D; }
span { border-color: rgb(61,0,93); }
td.TdClassName
{
border-color: #3D005D;
}
.TagClassName
{
border-color: #3D005D;
}
</style>