Shades of Indigo #3D027A
Tints of Indigo #3D027A
RGB
CMYK
RGB Variations
Color information
#3D027A (or 0x3D027A) is known color: Indigo. HEX triplet: 3D, 02 and 7A. RGB value is (61,2,122). Sum of RGB (Red+Green+Blue) = 61+2+122=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D027A is #C2FD85. Grayscale: #202020. Windows color (decimal): -12778886 or 7995965. OLE color: 7995965.
HSL color Cylindrical-coordinate representation of color #3D027A: hue angle of 269.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D027A is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 2 | 122 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.52 |
| HSL | 269.5º | 0.97% | 0.24% | - |
| HSV(B) | 269.5º | 0.98% | 0.48% | - |
| XYZ | 5.46 | 2.44 | 18.6 | - |
| YUV | 33.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 122 | 0.50 | 0.98 | 0 | 0.52 | 269.5 | 0.97 | 0.24 |
| Hex | 3D | 2 | 7A | 32 | 62 | 0 | 34 | 10E | 61 | 18 |
| Octal | 75 | 2 | 172 | 62 | 142 | 0 | 64 | 416 | 141 | 30 |
| Binary | 111101 | 10 | 1111010 | 110010 | 1100010 | 0 | 110100 | 100001110 | 1100001 | 11000 |
Color Harmonies of #3D027A
Complementary color
Monochromatic Colors of #3D027A
Black with #3D027A
Text Example
Text Example
White with #3D027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D027A; }
p { color: rgb(61,2,122); }
H1.HeaderClassName
{
color: #3D027A;
}
.AnyTagClassName
{
color: #3D027A;
}
</style>
background-color css
<style>
a { background-color: #3D027A; }
a { background-color: rgb(61,2,122); }
div.DivClassName
{
background-color: #3D027A;
}
.BgClassName
{
background-color: #3D027A;
}
</style>
border-color css
<style>
span { border-color: #3D027A; }
span { border-color: rgb(61,2,122); }
td.TdClassName
{
border-color: #3D027A;
}
.TagClassName
{
border-color: #3D027A;
}
</style>