Shades of Indigo #3D0292
Tints of Indigo #3D0292
RGB
CMYK
RGB Variations
Color information
#3D0292 (or 0x3D0292) is known color: Indigo. HEX triplet: 3D, 02 and 92. RGB value is (61,2,146). Sum of RGB (Red+Green+Blue) = 61+2+146=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0292 is #C2FD6D. Grayscale: #232323. Windows color (decimal): -12778862 or 9568829. OLE color: 9568829.
HSL color Cylindrical-coordinate representation of color #3D0292: hue angle of 264.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0292 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 2 | 146 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.43 |
| HSL | 264.58º | 0.97% | 0.29% | - |
| HSV(B) | 264.58º | 0.99% | 0.57% | - |
| XYZ | 7.13 | 3.11 | 27.42 | - |
| YUV | 36.06 | 190.05 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 146 | 0.58 | 0.99 | 0 | 0.43 | 264.58 | 0.97 | 0.29 |
| Hex | 3D | 2 | 92 | 3A | 63 | 0 | 2B | 109 | 61 | 1D |
| Octal | 75 | 2 | 222 | 72 | 143 | 0 | 53 | 411 | 141 | 35 |
| Binary | 111101 | 10 | 10010010 | 111010 | 1100011 | 0 | 101011 | 100001001 | 1100001 | 11101 |
Color Harmonies of #3D0292
Complementary color
Monochromatic Colors of #3D0292
Black with #3D0292
Text Example
Text Example
White with #3D0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0292; }
p { color: rgb(61,2,146); }
H1.HeaderClassName
{
color: #3D0292;
}
.AnyTagClassName
{
color: #3D0292;
}
</style>
background-color css
<style>
a { background-color: #3D0292; }
a { background-color: rgb(61,2,146); }
div.DivClassName
{
background-color: #3D0292;
}
.BgClassName
{
background-color: #3D0292;
}
</style>
border-color css
<style>
span { border-color: #3D0292; }
span { border-color: rgb(61,2,146); }
td.TdClassName
{
border-color: #3D0292;
}
.TagClassName
{
border-color: #3D0292;
}
</style>