Shades of Indigo #510374
Tints of Indigo #510374
RGB
CMYK
RGB Variations
Color information
#510374 (or 0x510374) is known color: Indigo. HEX triplet: 51, 03 and 74. RGB value is (81,3,116). Sum of RGB (Red+Green+Blue) = 81+3+116=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #510374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510374 is #AEFC8B. Grayscale: #262626. Windows color (decimal): -11467916 or 7603025. OLE color: 7603025.
HSL color Cylindrical-coordinate representation of color #510374: hue angle of 281.42º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510374 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 3 | 116 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.55 |
| HSL | 281.42º | 0.95% | 0.23% | - |
| HSV(B) | 281.42º | 0.97% | 0.45% | - |
| XYZ | 6.58 | 3.08 | 16.77 | - |
| YUV | 39.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 116 | 0.30 | 0.97 | 0 | 0.55 | 281.42 | 0.95 | 0.23 |
| Hex | 51 | 3 | 74 | 1E | 61 | 0 | 37 | 119 | 5F | 17 |
| Octal | 121 | 3 | 164 | 36 | 141 | 0 | 67 | 431 | 137 | 27 |
| Binary | 1010001 | 11 | 1110100 | 11110 | 1100001 | 0 | 110111 | 100011001 | 1011111 | 10111 |
Color Harmonies of #510374
Complementary color
Monochromatic Colors of #510374
Black with #510374
Text Example
Text Example
White with #510374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510374; }
p { color: rgb(81,3,116); }
H1.HeaderClassName
{
color: #510374;
}
.AnyTagClassName
{
color: #510374;
}
</style>
background-color css
<style>
a { background-color: #510374; }
a { background-color: rgb(81,3,116); }
div.DivClassName
{
background-color: #510374;
}
.BgClassName
{
background-color: #510374;
}
</style>
border-color css
<style>
span { border-color: #510374; }
span { border-color: rgb(81,3,116); }
td.TdClassName
{
border-color: #510374;
}
.TagClassName
{
border-color: #510374;
}
</style>