Shades of Indigo #51067D
Tints of Indigo #51067D
RGB
CMYK
RGB Variations
Color information
#51067D (or 0x51067D) is known color: Indigo. HEX triplet: 51, 06 and 7D. RGB value is (81,6,125). Sum of RGB (Red+Green+Blue) = 81+6+125=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #51067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51067D is #AEF982. Grayscale: #292929. Windows color (decimal): -11467139 or 8193617. OLE color: 8193617.
HSL color Cylindrical-coordinate representation of color #51067D: hue angle of 277.82º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51067D is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 6 | 125 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.51 |
| HSL | 277.82º | 0.91% | 0.26% | - |
| HSV(B) | 277.82º | 0.95% | 0.49% | - |
| XYZ | 7.16 | 3.36 | 19.67 | - |
| YUV | 41.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 125 | 0.35 | 0.95 | 0 | 0.51 | 277.82 | 0.91 | 0.26 |
| Hex | 51 | 6 | 7D | 23 | 5F | 0 | 33 | 116 | 5B | 1A |
| Octal | 121 | 6 | 175 | 43 | 137 | 0 | 63 | 426 | 133 | 32 |
| Binary | 1010001 | 110 | 1111101 | 100011 | 1011111 | 0 | 110011 | 100010110 | 1011011 | 11010 |
Color Harmonies of #51067D
Complementary color
Monochromatic Colors of #51067D
Black with #51067D
Text Example
Text Example
White with #51067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51067D; }
p { color: rgb(81,6,125); }
H1.HeaderClassName
{
color: #51067D;
}
.AnyTagClassName
{
color: #51067D;
}
</style>
background-color css
<style>
a { background-color: #51067D; }
a { background-color: rgb(81,6,125); }
div.DivClassName
{
background-color: #51067D;
}
.BgClassName
{
background-color: #51067D;
}
</style>
border-color css
<style>
span { border-color: #51067D; }
span { border-color: rgb(81,6,125); }
td.TdClassName
{
border-color: #51067D;
}
.TagClassName
{
border-color: #51067D;
}
</style>