Shades of Indigo #4D0262
Tints of Indigo #4D0262
RGB
CMYK
RGB Variations
Color information
#4D0262 (or 0x4D0262) is known color: Indigo. HEX triplet: 4D, 02 and 62. RGB value is (77,2,98). Sum of RGB (Red+Green+Blue) = 77+2+98=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0262 is #B2FD9D. Grayscale: #232323. Windows color (decimal): -11730334 or 6423117. OLE color: 6423117.
HSL color Cylindrical-coordinate representation of color #4D0262: hue angle of 286.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D0262 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 2 | 98 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.62 |
| HSL | 286.88º | 0.96% | 0.2% | - |
| HSV(B) | 286.88º | 0.98% | 0.38% | - |
| XYZ | 5.29 | 2.5 | 11.76 | - |
| YUV | 35.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 98 | 0.21 | 0.98 | 0 | 0.62 | 286.88 | 0.96 | 0.2 |
| Hex | 4D | 2 | 62 | 15 | 62 | 0 | 3E | 11F | 60 | 14 |
| Octal | 115 | 2 | 142 | 25 | 142 | 0 | 76 | 437 | 140 | 24 |
| Binary | 1001101 | 10 | 1100010 | 10101 | 1100010 | 0 | 111110 | 100011111 | 1100000 | 10100 |
Color Harmonies of #4D0262
Complementary color
Monochromatic Colors of #4D0262
Black with #4D0262
Text Example
Text Example
White with #4D0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0262; }
p { color: rgb(77,2,98); }
H1.HeaderClassName
{
color: #4D0262;
}
.AnyTagClassName
{
color: #4D0262;
}
</style>
background-color css
<style>
a { background-color: #4D0262; }
a { background-color: rgb(77,2,98); }
div.DivClassName
{
background-color: #4D0262;
}
.BgClassName
{
background-color: #4D0262;
}
</style>
border-color css
<style>
span { border-color: #4D0262; }
span { border-color: rgb(77,2,98); }
td.TdClassName
{
border-color: #4D0262;
}
.TagClassName
{
border-color: #4D0262;
}
</style>