Shades of Indigo #500098
Tints of Indigo #500098
RGB
CMYK
RGB Variations
Color information
#500098 (or 0x500098) is known color: Indigo. HEX triplet: 50, 00 and 98. RGB value is (80,0,152). Sum of RGB (Red+Green+Blue) = 80+0+152=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #500098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500098 is #AFFF67. Grayscale: #282828. Windows color (decimal): -11534184 or 9961552. OLE color: 9961552.
HSL color Cylindrical-coordinate representation of color #500098: hue angle of 271.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500098 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 0 | 152 | - |
| CMYK | 0.47 | 1 | 0 | 0.40 |
| HSL | 271.58º | 1% | 0.3% | - |
| HSV(B) | 271.58º | 1% | 0.6% | - |
| XYZ | 8.98 | 3.97 | 30 | - |
| YUV | 41.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 152 | 0.47 | 1 | 0 | 0.40 | 271.58 | 1 | 0.3 |
| Hex | 50 | 0 | 98 | 2F | 64 | 0 | 28 | 110 | 64 | 1E |
| Octal | 120 | 0 | 230 | 57 | 144 | 0 | 50 | 420 | 144 | 36 |
| Binary | 1010000 | 0 | 10011000 | 101111 | 1100100 | 0 | 101000 | 100010000 | 1100100 | 11110 |
Color Harmonies of #500098
Complementary color
Monochromatic Colors of #500098
Black with #500098
Text Example
Text Example
White with #500098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500098; }
p { color: rgb(80,0,152); }
H1.HeaderClassName
{
color: #500098;
}
.AnyTagClassName
{
color: #500098;
}
</style>
background-color css
<style>
a { background-color: #500098; }
a { background-color: rgb(80,0,152); }
div.DivClassName
{
background-color: #500098;
}
.BgClassName
{
background-color: #500098;
}
</style>
border-color css
<style>
span { border-color: #500098; }
span { border-color: rgb(80,0,152); }
td.TdClassName
{
border-color: #500098;
}
.TagClassName
{
border-color: #500098;
}
</style>