Shades of Indigo #50068C
Tints of Indigo #50068C
RGB
CMYK
RGB Variations
Color information
#50068C (or 0x50068C) is known color: Indigo. HEX triplet: 50, 06 and 8C. RGB value is (80,6,140). Sum of RGB (Red+Green+Blue) = 80+6+140=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #50068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50068C is #AFF973. Grayscale: #2A2A2A. Windows color (decimal): -11532660 or 9176656. OLE color: 9176656.
HSL color Cylindrical-coordinate representation of color #50068C: hue angle of 273.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50068C is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 6 | 140 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.45 |
| HSL | 273.13º | 0.92% | 0.29% | - |
| HSV(B) | 273.13º | 0.96% | 0.55% | - |
| XYZ | 8.11 | 3.73 | 25.1 | - |
| YUV | 43.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 140 | 0.43 | 0.96 | 0 | 0.45 | 273.13 | 0.92 | 0.29 |
| Hex | 50 | 6 | 8C | 2B | 60 | 0 | 2D | 111 | 5C | 1D |
| Octal | 120 | 6 | 214 | 53 | 140 | 0 | 55 | 421 | 134 | 35 |
| Binary | 1010000 | 110 | 10001100 | 101011 | 1100000 | 0 | 101101 | 100010001 | 1011100 | 11101 |
Color Harmonies of #50068C
Complementary color
Monochromatic Colors of #50068C
Black with #50068C
Text Example
Text Example
White with #50068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50068C; }
p { color: rgb(80,6,140); }
H1.HeaderClassName
{
color: #50068C;
}
.AnyTagClassName
{
color: #50068C;
}
</style>
background-color css
<style>
a { background-color: #50068C; }
a { background-color: rgb(80,6,140); }
div.DivClassName
{
background-color: #50068C;
}
.BgClassName
{
background-color: #50068C;
}
</style>
border-color css
<style>
span { border-color: #50068C; }
span { border-color: rgb(80,6,140); }
td.TdClassName
{
border-color: #50068C;
}
.TagClassName
{
border-color: #50068C;
}
</style>