Shades of Indigo #3D028F
Tints of Indigo #3D028F
RGB
CMYK
RGB Variations
Color information
#3D028F (or 0x3D028F) is known color: Indigo. HEX triplet: 3D, 02 and 8F. RGB value is (61,2,143). Sum of RGB (Red+Green+Blue) = 61+2+143=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D028F is #C2FD70. Grayscale: #232323. Windows color (decimal): -12778865 or 9372221. OLE color: 9372221.
HSL color Cylindrical-coordinate representation of color #3D028F: hue angle of 265.11º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D028F is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 2 | 143 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.44 |
| HSL | 265.11º | 0.97% | 0.28% | - |
| HSV(B) | 265.11º | 0.99% | 0.56% | - |
| XYZ | 6.9 | 3.02 | 26.21 | - |
| YUV | 35.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 143 | 0.57 | 0.99 | 0 | 0.44 | 265.11 | 0.97 | 0.28 |
| Hex | 3D | 2 | 8F | 39 | 63 | 0 | 2C | 109 | 61 | 1C |
| Octal | 75 | 2 | 217 | 71 | 143 | 0 | 54 | 411 | 141 | 34 |
| Binary | 111101 | 10 | 10001111 | 111001 | 1100011 | 0 | 101100 | 100001001 | 1100001 | 11100 |
Color Harmonies of #3D028F
Complementary color
Monochromatic Colors of #3D028F
Black with #3D028F
Text Example
Text Example
White with #3D028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D028F; }
p { color: rgb(61,2,143); }
H1.HeaderClassName
{
color: #3D028F;
}
.AnyTagClassName
{
color: #3D028F;
}
</style>
background-color css
<style>
a { background-color: #3D028F; }
a { background-color: rgb(61,2,143); }
div.DivClassName
{
background-color: #3D028F;
}
.BgClassName
{
background-color: #3D028F;
}
</style>
border-color css
<style>
span { border-color: #3D028F; }
span { border-color: rgb(61,2,143); }
td.TdClassName
{
border-color: #3D028F;
}
.TagClassName
{
border-color: #3D028F;
}
</style>