Shades of Indigo #3D008B
Tints of Indigo #3D008B
RGB
CMYK
RGB Variations
Color information
#3D008B (or 0x3D008B) is known color: Indigo. HEX triplet: 3D, 00 and 8B. RGB value is (61,0,139). Sum of RGB (Red+Green+Blue) = 61+0+139=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D008B is #C2FF74. Grayscale: #212121. Windows color (decimal): -12779381 or 9109565. OLE color: 9109565.
HSL color Cylindrical-coordinate representation of color #3D008B: hue angle of 266.33º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D008B is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 0 | 139 | - |
| CMYK | 0.56 | 1 | 0 | 0.45 |
| HSL | 266.33º | 1% | 0.27% | - |
| HSV(B) | 266.33º | 1% | 0.55% | - |
| XYZ | 6.58 | 2.86 | 24.63 | - |
| YUV | 34.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 139 | 0.56 | 1 | 0 | 0.45 | 266.33 | 1 | 0.27 |
| Hex | 3D | 0 | 8B | 38 | 64 | 0 | 2D | 10A | 64 | 1B |
| Octal | 75 | 0 | 213 | 70 | 144 | 0 | 55 | 412 | 144 | 33 |
| Binary | 111101 | 0 | 10001011 | 111000 | 1100100 | 0 | 101101 | 100001010 | 1100100 | 11011 |
Color Harmonies of #3D008B
Complementary color
Monochromatic Colors of #3D008B
Black with #3D008B
Text Example
Text Example
White with #3D008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D008B; }
p { color: rgb(61,0,139); }
H1.HeaderClassName
{
color: #3D008B;
}
.AnyTagClassName
{
color: #3D008B;
}
</style>
background-color css
<style>
a { background-color: #3D008B; }
a { background-color: rgb(61,0,139); }
div.DivClassName
{
background-color: #3D008B;
}
.BgClassName
{
background-color: #3D008B;
}
</style>
border-color css
<style>
span { border-color: #3D008B; }
span { border-color: rgb(61,0,139); }
td.TdClassName
{
border-color: #3D008B;
}
.TagClassName
{
border-color: #3D008B;
}
</style>