Shades of Indigo #500184
Tints of Indigo #500184
RGB
CMYK
RGB Variations
Color information
#500184 (or 0x500184) is known color: Indigo. HEX triplet: 50, 01 and 84. RGB value is (80,1,132). Sum of RGB (Red+Green+Blue) = 80+1+132=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #500184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500184 is #AFFE7B. Grayscale: #272727. Windows color (decimal): -11533948 or 8651088. OLE color: 8651088.
HSL color Cylindrical-coordinate representation of color #500184: hue angle of 276.18º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500184 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 1 | 132 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.48 |
| HSL | 276.18º | 0.98% | 0.26% | - |
| HSV(B) | 276.18º | 0.99% | 0.52% | - |
| XYZ | 7.48 | 3.39 | 22.09 | - |
| YUV | 39.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 132 | 0.39 | 0.99 | 0 | 0.48 | 276.18 | 0.98 | 0.26 |
| Hex | 50 | 1 | 84 | 27 | 63 | 0 | 30 | 114 | 62 | 1A |
| Octal | 120 | 1 | 204 | 47 | 143 | 0 | 60 | 424 | 142 | 32 |
| Binary | 1010000 | 1 | 10000100 | 100111 | 1100011 | 0 | 110000 | 100010100 | 1100010 | 11010 |
Color Harmonies of #500184
Complementary color
Monochromatic Colors of #500184
Black with #500184
Text Example
Text Example
White with #500184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500184; }
p { color: rgb(80,1,132); }
H1.HeaderClassName
{
color: #500184;
}
.AnyTagClassName
{
color: #500184;
}
</style>
background-color css
<style>
a { background-color: #500184; }
a { background-color: rgb(80,1,132); }
div.DivClassName
{
background-color: #500184;
}
.BgClassName
{
background-color: #500184;
}
</style>
border-color css
<style>
span { border-color: #500184; }
span { border-color: rgb(80,1,132); }
td.TdClassName
{
border-color: #500184;
}
.TagClassName
{
border-color: #500184;
}
</style>