Shades of Indigo #500283
Tints of Indigo #500283
RGB
CMYK
RGB Variations
Color information
#500283 (or 0x500283) is known color: Indigo. HEX triplet: 50, 02 and 83. RGB value is (80,2,131). Sum of RGB (Red+Green+Blue) = 80+2+131=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #500283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500283 is #AFFD7C. Grayscale: #272727. Windows color (decimal): -11533693 or 8585808. OLE color: 8585808.
HSL color Cylindrical-coordinate representation of color #500283: hue angle of 276.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500283 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 2 | 131 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.49 |
| HSL | 276.28º | 0.97% | 0.26% | - |
| HSV(B) | 276.28º | 0.98% | 0.51% | - |
| XYZ | 7.43 | 3.39 | 21.74 | - |
| YUV | 40.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 131 | 0.39 | 0.98 | 0 | 0.49 | 276.28 | 0.97 | 0.26 |
| Hex | 50 | 2 | 83 | 27 | 62 | 0 | 31 | 114 | 61 | 1A |
| Octal | 120 | 2 | 203 | 47 | 142 | 0 | 61 | 424 | 141 | 32 |
| Binary | 1010000 | 10 | 10000011 | 100111 | 1100010 | 0 | 110001 | 100010100 | 1100001 | 11010 |
Color Harmonies of #500283
Complementary color
Monochromatic Colors of #500283
Black with #500283
Text Example
Text Example
White with #500283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500283; }
p { color: rgb(80,2,131); }
H1.HeaderClassName
{
color: #500283;
}
.AnyTagClassName
{
color: #500283;
}
</style>
background-color css
<style>
a { background-color: #500283; }
a { background-color: rgb(80,2,131); }
div.DivClassName
{
background-color: #500283;
}
.BgClassName
{
background-color: #500283;
}
</style>
border-color css
<style>
span { border-color: #500283; }
span { border-color: rgb(80,2,131); }
td.TdClassName
{
border-color: #500283;
}
.TagClassName
{
border-color: #500283;
}
</style>