Shades of Indigo #51007E
Tints of Indigo #51007E
RGB
CMYK
RGB Variations
Color information
#51007E (or 0x51007E) is known color: Indigo. HEX triplet: 51, 00 and 7E. RGB value is (81,0,126). Sum of RGB (Red+Green+Blue) = 81+0+126=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #51007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51007E is #AEFF81. Grayscale: #262626. Windows color (decimal): -11468674 or 8257617. OLE color: 8257617.
HSL color Cylindrical-coordinate representation of color #51007E: hue angle of 278.57º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51007E is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 0 | 126 | - |
| CMYK | 0.36 | 1 | 0 | 0.51 |
| HSL | 278.57º | 1% | 0.25% | - |
| HSV(B) | 278.57º | 1% | 0.49% | - |
| XYZ | 7.16 | 3.26 | 19.99 | - |
| YUV | 38.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 126 | 0.36 | 1 | 0 | 0.51 | 278.57 | 1 | 0.25 |
| Hex | 51 | 0 | 7E | 24 | 64 | 0 | 33 | 117 | 64 | 19 |
| Octal | 121 | 0 | 176 | 44 | 144 | 0 | 63 | 427 | 144 | 31 |
| Binary | 1010001 | 0 | 1111110 | 100100 | 1100100 | 0 | 110011 | 100010111 | 1100100 | 11001 |
Color Harmonies of #51007E
Complementary color
Monochromatic Colors of #51007E
Black with #51007E
Text Example
Text Example
White with #51007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51007E; }
p { color: rgb(81,0,126); }
H1.HeaderClassName
{
color: #51007E;
}
.AnyTagClassName
{
color: #51007E;
}
</style>
background-color css
<style>
a { background-color: #51007E; }
a { background-color: rgb(81,0,126); }
div.DivClassName
{
background-color: #51007E;
}
.BgClassName
{
background-color: #51007E;
}
</style>
border-color css
<style>
span { border-color: #51007E; }
span { border-color: rgb(81,0,126); }
td.TdClassName
{
border-color: #51007E;
}
.TagClassName
{
border-color: #51007E;
}
</style>