Shades of Indigo #510367
Tints of Indigo #510367
RGB
CMYK
RGB Variations
Color information
#510367 (or 0x510367) is known color: Indigo. HEX triplet: 51, 03 and 67. RGB value is (81,3,103). Sum of RGB (Red+Green+Blue) = 81+3+103=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #510367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510367 is #AEFC98. Grayscale: #252525. Windows color (decimal): -11467929 or 6751057. OLE color: 6751057.
HSL color Cylindrical-coordinate representation of color #510367: hue angle of 286.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510367 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 3 | 103 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.60 |
| HSL | 286.8º | 0.94% | 0.21% | - |
| HSV(B) | 286.8º | 0.97% | 0.4% | - |
| XYZ | 5.87 | 2.79 | 13.06 | - |
| YUV | 37.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 103 | 0.21 | 0.97 | 0 | 0.60 | 286.8 | 0.94 | 0.21 |
| Hex | 51 | 3 | 67 | 15 | 61 | 0 | 3C | 11F | 5E | 15 |
| Octal | 121 | 3 | 147 | 25 | 141 | 0 | 74 | 437 | 136 | 25 |
| Binary | 1010001 | 11 | 1100111 | 10101 | 1100001 | 0 | 111100 | 100011111 | 1011110 | 10101 |
Color Harmonies of #510367
Complementary color
Monochromatic Colors of #510367
Black with #510367
Text Example
Text Example
White with #510367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510367; }
p { color: rgb(81,3,103); }
H1.HeaderClassName
{
color: #510367;
}
.AnyTagClassName
{
color: #510367;
}
</style>
background-color css
<style>
a { background-color: #510367; }
a { background-color: rgb(81,3,103); }
div.DivClassName
{
background-color: #510367;
}
.BgClassName
{
background-color: #510367;
}
</style>
border-color css
<style>
span { border-color: #510367; }
span { border-color: rgb(81,3,103); }
td.TdClassName
{
border-color: #510367;
}
.TagClassName
{
border-color: #510367;
}
</style>