Shades of Indigo #3D0388
Tints of Indigo #3D0388
RGB
CMYK
RGB Variations
Color information
#3D0388 (or 0x3D0388) is known color: Indigo. HEX triplet: 3D, 03 and 88. RGB value is (61,3,136). Sum of RGB (Red+Green+Blue) = 61+3+136=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D0388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0388 is #C2FC77. Grayscale: #232323. Windows color (decimal): -12778616 or 8913725. OLE color: 8913725.
HSL color Cylindrical-coordinate representation of color #3D0388: hue angle of 266.17º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0388 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 3 | 136 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.47 |
| HSL | 266.17º | 0.96% | 0.27% | - |
| HSV(B) | 266.17º | 0.98% | 0.53% | - |
| XYZ | 6.4 | 2.83 | 23.5 | - |
| YUV | 35.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 136 | 0.55 | 0.98 | 0 | 0.47 | 266.17 | 0.96 | 0.27 |
| Hex | 3D | 3 | 88 | 37 | 62 | 0 | 2F | 10A | 60 | 1B |
| Octal | 75 | 3 | 210 | 67 | 142 | 0 | 57 | 412 | 140 | 33 |
| Binary | 111101 | 11 | 10001000 | 110111 | 1100010 | 0 | 101111 | 100001010 | 1100000 | 11011 |
Color Harmonies of #3D0388
Complementary color
Monochromatic Colors of #3D0388
Black with #3D0388
Text Example
Text Example
White with #3D0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0388; }
p { color: rgb(61,3,136); }
H1.HeaderClassName
{
color: #3D0388;
}
.AnyTagClassName
{
color: #3D0388;
}
</style>
background-color css
<style>
a { background-color: #3D0388; }
a { background-color: rgb(61,3,136); }
div.DivClassName
{
background-color: #3D0388;
}
.BgClassName
{
background-color: #3D0388;
}
</style>
border-color css
<style>
span { border-color: #3D0388; }
span { border-color: rgb(61,3,136); }
td.TdClassName
{
border-color: #3D0388;
}
.TagClassName
{
border-color: #3D0388;
}
</style>