Shades of Indigo #500398
Tints of Indigo #500398
RGB
CMYK
RGB Variations
Color information
#500398 (or 0x500398) is known color: Indigo. HEX triplet: 50, 03 and 98. RGB value is (80,3,152). Sum of RGB (Red+Green+Blue) = 80+3+152=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #500398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500398 is #AFFC67. Grayscale: #2A2A2A. Windows color (decimal): -11533416 or 9962320. OLE color: 9962320.
HSL color Cylindrical-coordinate representation of color #500398: hue angle of 271.01º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500398 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 3 | 152 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.40 |
| HSL | 271.01º | 0.96% | 0.3% | - |
| HSV(B) | 271.01º | 0.98% | 0.6% | - |
| XYZ | 9.01 | 4.04 | 30.01 | - |
| YUV | 43.01 | 189.51 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 152 | 0.47 | 0.98 | 0 | 0.40 | 271.01 | 0.96 | 0.3 |
| Hex | 50 | 3 | 98 | 2F | 62 | 0 | 28 | 10F | 60 | 1E |
| Octal | 120 | 3 | 230 | 57 | 142 | 0 | 50 | 417 | 140 | 36 |
| Binary | 1010000 | 11 | 10011000 | 101111 | 1100010 | 0 | 101000 | 100001111 | 1100000 | 11110 |
Color Harmonies of #500398
Complementary color
Monochromatic Colors of #500398
Black with #500398
Text Example
Text Example
White with #500398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500398; }
p { color: rgb(80,3,152); }
H1.HeaderClassName
{
color: #500398;
}
.AnyTagClassName
{
color: #500398;
}
</style>
background-color css
<style>
a { background-color: #500398; }
a { background-color: rgb(80,3,152); }
div.DivClassName
{
background-color: #500398;
}
.BgClassName
{
background-color: #500398;
}
</style>
border-color css
<style>
span { border-color: #500398; }
span { border-color: rgb(80,3,152); }
td.TdClassName
{
border-color: #500398;
}
.TagClassName
{
border-color: #500398;
}
</style>