Shades of Indigo #51017F
Tints of Indigo #51017F
RGB
CMYK
RGB Variations
Color information
#51017F (or 0x51017F) is known color: Indigo. HEX triplet: 51, 01 and 7F. RGB value is (81,1,127). Sum of RGB (Red+Green+Blue) = 81+1+127=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #51017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51017F is #AEFE80. Grayscale: #262626. Windows color (decimal): -11468417 or 8323409. OLE color: 8323409.
HSL color Cylindrical-coordinate representation of color #51017F: hue angle of 278.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51017F is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 1 | 127 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.50 |
| HSL | 278.1º | 0.98% | 0.25% | - |
| HSV(B) | 278.1º | 0.99% | 0.5% | - |
| XYZ | 7.23 | 3.3 | 20.33 | - |
| YUV | 39.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 127 | 0.36 | 0.99 | 0 | 0.50 | 278.1 | 0.98 | 0.25 |
| Hex | 51 | 1 | 7F | 24 | 63 | 0 | 32 | 116 | 62 | 19 |
| Octal | 121 | 1 | 177 | 44 | 143 | 0 | 62 | 426 | 142 | 31 |
| Binary | 1010001 | 1 | 1111111 | 100100 | 1100011 | 0 | 110010 | 100010110 | 1100010 | 11001 |
Color Harmonies of #51017F
Complementary color
Monochromatic Colors of #51017F
Black with #51017F
Text Example
Text Example
White with #51017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51017F; }
p { color: rgb(81,1,127); }
H1.HeaderClassName
{
color: #51017F;
}
.AnyTagClassName
{
color: #51017F;
}
</style>
background-color css
<style>
a { background-color: #51017F; }
a { background-color: rgb(81,1,127); }
div.DivClassName
{
background-color: #51017F;
}
.BgClassName
{
background-color: #51017F;
}
</style>
border-color css
<style>
span { border-color: #51017F; }
span { border-color: rgb(81,1,127); }
td.TdClassName
{
border-color: #51017F;
}
.TagClassName
{
border-color: #51017F;
}
</style>