Shades of Indigo #500898
Tints of Indigo #500898
RGB
CMYK
RGB Variations
Color information
#500898 (or 0x500898) is known color: Indigo. HEX triplet: 50, 08 and 98. RGB value is (80,8,152). Sum of RGB (Red+Green+Blue) = 80+8+152=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #500898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500898 is #AFF767. Grayscale: #2D2D2D. Windows color (decimal): -11532136 or 9963600. OLE color: 9963600.
HSL color Cylindrical-coordinate representation of color #500898: hue angle of 270º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500898 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 8 | 152 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.40 |
| HSL | 270º | 0.9% | 0.31% | - |
| HSV(B) | 270º | 0.95% | 0.6% | - |
| XYZ | 9.06 | 4.15 | 30.03 | - |
| YUV | 45.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 152 | 0.47 | 0.95 | 0 | 0.40 | 270 | 0.9 | 0.31 |
| Hex | 50 | 8 | 98 | 2F | 5F | 0 | 28 | 10E | 5A | 1F |
| Octal | 120 | 10 | 230 | 57 | 137 | 0 | 50 | 416 | 132 | 37 |
| Binary | 1010000 | 1000 | 10011000 | 101111 | 1011111 | 0 | 101000 | 100001110 | 1011010 | 11111 |
Color Harmonies of #500898
Complementary color
Monochromatic Colors of #500898
Black with #500898
Text Example
Text Example
White with #500898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500898; }
p { color: rgb(80,8,152); }
H1.HeaderClassName
{
color: #500898;
}
.AnyTagClassName
{
color: #500898;
}
</style>
background-color css
<style>
a { background-color: #500898; }
a { background-color: rgb(80,8,152); }
div.DivClassName
{
background-color: #500898;
}
.BgClassName
{
background-color: #500898;
}
</style>
border-color css
<style>
span { border-color: #500898; }
span { border-color: rgb(80,8,152); }
td.TdClassName
{
border-color: #500898;
}
.TagClassName
{
border-color: #500898;
}
</style>