Shades of Indigo #500698
Tints of Indigo #500698
RGB
CMYK
RGB Variations
Color information
#500698 (or 0x500698) is known color: Indigo. HEX triplet: 50, 06 and 98. RGB value is (80,6,152). Sum of RGB (Red+Green+Blue) = 80+6+152=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #500698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500698 is #AFF967. Grayscale: #2C2C2C. Windows color (decimal): -11532648 or 9963088. OLE color: 9963088.
HSL color Cylindrical-coordinate representation of color #500698: hue angle of 270.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500698 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 6 | 152 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.40 |
| HSL | 270.41º | 0.92% | 0.31% | - |
| HSV(B) | 270.41º | 0.96% | 0.6% | - |
| XYZ | 9.04 | 4.1 | 30.02 | - |
| YUV | 44.77 | 188.52 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 152 | 0.47 | 0.96 | 0 | 0.40 | 270.41 | 0.92 | 0.31 |
| Hex | 50 | 6 | 98 | 2F | 60 | 0 | 28 | 10E | 5C | 1F |
| Octal | 120 | 6 | 230 | 57 | 140 | 0 | 50 | 416 | 134 | 37 |
| Binary | 1010000 | 110 | 10011000 | 101111 | 1100000 | 0 | 101000 | 100001110 | 1011100 | 11111 |
Color Harmonies of #500698
Complementary color
Monochromatic Colors of #500698
Black with #500698
Text Example
Text Example
White with #500698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500698; }
p { color: rgb(80,6,152); }
H1.HeaderClassName
{
color: #500698;
}
.AnyTagClassName
{
color: #500698;
}
</style>
background-color css
<style>
a { background-color: #500698; }
a { background-color: rgb(80,6,152); }
div.DivClassName
{
background-color: #500698;
}
.BgClassName
{
background-color: #500698;
}
</style>
border-color css
<style>
span { border-color: #500698; }
span { border-color: rgb(80,6,152); }
td.TdClassName
{
border-color: #500698;
}
.TagClassName
{
border-color: #500698;
}
</style>