Shades of Indigo #4E0274
Tints of Indigo #4E0274
RGB
CMYK
RGB Variations
Color information
#4E0274 (or 0x4E0274) is known color: Indigo. HEX triplet: 4E, 02 and 74. RGB value is (78,2,116). Sum of RGB (Red+Green+Blue) = 78+2+116=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E0274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0274 is #B1FD8B. Grayscale: #252525. Windows color (decimal): -11664780 or 7602766. OLE color: 7602766.
HSL color Cylindrical-coordinate representation of color #4E0274: hue angle of 280º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E0274 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 2 | 116 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.55 |
| HSL | 280º | 0.97% | 0.23% | - |
| HSV(B) | 280º | 0.98% | 0.45% | - |
| XYZ | 6.32 | 2.92 | 16.75 | - |
| YUV | 37.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 116 | 0.33 | 0.98 | 0 | 0.55 | 280 | 0.97 | 0.23 |
| Hex | 4E | 2 | 74 | 21 | 62 | 0 | 37 | 118 | 61 | 17 |
| Octal | 116 | 2 | 164 | 41 | 142 | 0 | 67 | 430 | 141 | 27 |
| Binary | 1001110 | 10 | 1110100 | 100001 | 1100010 | 0 | 110111 | 100011000 | 1100001 | 10111 |
Color Harmonies of #4E0274
Complementary color
Monochromatic Colors of #4E0274
Black with #4E0274
Text Example
Text Example
White with #4E0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0274; }
p { color: rgb(78,2,116); }
H1.HeaderClassName
{
color: #4E0274;
}
.AnyTagClassName
{
color: #4E0274;
}
</style>
background-color css
<style>
a { background-color: #4E0274; }
a { background-color: rgb(78,2,116); }
div.DivClassName
{
background-color: #4E0274;
}
.BgClassName
{
background-color: #4E0274;
}
</style>
border-color css
<style>
span { border-color: #4E0274; }
span { border-color: rgb(78,2,116); }
td.TdClassName
{
border-color: #4E0274;
}
.TagClassName
{
border-color: #4E0274;
}
</style>