Shades of Indigo #3D005B
Tints of Indigo #3D005B
RGB
CMYK
RGB Variations
Color information
#3D005B (or 0x3D005B) is known color: Indigo. HEX triplet: 3D, 00 and 5B. RGB value is (61,0,91). Sum of RGB (Red+Green+Blue) = 61+0+91=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D005B is #C2FFA4. Grayscale: #1C1C1C. Windows color (decimal): -12779429 or 5963837. OLE color: 5963837.
HSL color Cylindrical-coordinate representation of color #3D005B: hue angle of 280.22º 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 #3D005B is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 0 | 91 | - |
| CMYK | 0.33 | 1 | 0 | 0.64 |
| HSL | 280.22º | 1% | 0.18% | - |
| HSV(B) | 280.22º | 1% | 0.36% | - |
| XYZ | 3.81 | 1.75 | 10.03 | - |
| YUV | 28.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 91 | 0.33 | 1 | 0 | 0.64 | 280.22 | 1 | 0.18 |
| Hex | 3D | 0 | 5B | 21 | 64 | 0 | 40 | 118 | 64 | 12 |
| Octal | 75 | 0 | 133 | 41 | 144 | 0 | 100 | 430 | 144 | 22 |
| Binary | 111101 | 0 | 1011011 | 100001 | 1100100 | 0 | 1000000 | 100011000 | 1100100 | 10010 |
Color Harmonies of #3D005B
Complementary color
Monochromatic Colors of #3D005B
Black with #3D005B
Text Example
Text Example
White with #3D005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D005B; }
p { color: rgb(61,0,91); }
H1.HeaderClassName
{
color: #3D005B;
}
.AnyTagClassName
{
color: #3D005B;
}
</style>
background-color css
<style>
a { background-color: #3D005B; }
a { background-color: rgb(61,0,91); }
div.DivClassName
{
background-color: #3D005B;
}
.BgClassName
{
background-color: #3D005B;
}
</style>
border-color css
<style>
span { border-color: #3D005B; }
span { border-color: rgb(61,0,91); }
td.TdClassName
{
border-color: #3D005B;
}
.TagClassName
{
border-color: #3D005B;
}
</style>