Shades of Indigo #510185
Tints of Indigo #510185
RGB
CMYK
RGB Variations
Color information
#510185 (or 0x510185) is known color: Indigo. HEX triplet: 51, 01 and 85. RGB value is (81,1,133). Sum of RGB (Red+Green+Blue) = 81+1+133=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #510185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510185 is #AEFE7A. Grayscale: #272727. Windows color (decimal): -11468411 or 8716625. OLE color: 8716625.
HSL color Cylindrical-coordinate representation of color #510185: hue angle of 276.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510185 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 1 | 133 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.48 |
| HSL | 276.36º | 0.99% | 0.26% | - |
| HSV(B) | 276.36º | 0.99% | 0.52% | - |
| XYZ | 7.64 | 3.46 | 22.46 | - |
| YUV | 39.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 133 | 0.39 | 0.99 | 0 | 0.48 | 276.36 | 0.99 | 0.26 |
| Hex | 51 | 1 | 85 | 27 | 63 | 0 | 30 | 114 | 63 | 1A |
| Octal | 121 | 1 | 205 | 47 | 143 | 0 | 60 | 424 | 143 | 32 |
| Binary | 1010001 | 1 | 10000101 | 100111 | 1100011 | 0 | 110000 | 100010100 | 1100011 | 11010 |
Color Harmonies of #510185
Complementary color
Monochromatic Colors of #510185
Black with #510185
Text Example
Text Example
White with #510185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510185; }
p { color: rgb(81,1,133); }
H1.HeaderClassName
{
color: #510185;
}
.AnyTagClassName
{
color: #510185;
}
</style>
background-color css
<style>
a { background-color: #510185; }
a { background-color: rgb(81,1,133); }
div.DivClassName
{
background-color: #510185;
}
.BgClassName
{
background-color: #510185;
}
</style>
border-color css
<style>
span { border-color: #510185; }
span { border-color: rgb(81,1,133); }
td.TdClassName
{
border-color: #510185;
}
.TagClassName
{
border-color: #510185;
}
</style>