Shades of Indigo #680590
Tints of Indigo #680590
RGB
CMYK
RGB Variations
Color information
#680590 (or 0x680590) is known color: Indigo. HEX triplet: 68, 05 and 90. RGB value is (104,5,144). Sum of RGB (Red+Green+Blue) = 104+5+144=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #680590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680590 is #97FA6F. Grayscale: #313131. Windows color (decimal): -9960048 or 9438568. OLE color: 9438568.
HSL color Cylindrical-coordinate representation of color #680590: hue angle of 282.73º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680590 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 5 | 144 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.44 |
| HSL | 282.73º | 0.93% | 0.29% | - |
| HSV(B) | 282.73º | 0.97% | 0.56% | - |
| XYZ | 10.8 | 5.07 | 26.79 | - |
| YUV | 50.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 144 | 0.28 | 0.97 | 0 | 0.44 | 282.73 | 0.93 | 0.29 |
| Hex | 68 | 5 | 90 | 1C | 61 | 0 | 2C | 11B | 5D | 1D |
| Octal | 150 | 5 | 220 | 34 | 141 | 0 | 54 | 433 | 135 | 35 |
| Binary | 1101000 | 101 | 10010000 | 11100 | 1100001 | 0 | 101100 | 100011011 | 1011101 | 11101 |
Color Harmonies of #680590
Complementary color
Monochromatic Colors of #680590
Black with #680590
Text Example
Text Example
White with #680590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680590; }
p { color: rgb(104,5,144); }
H1.HeaderClassName
{
color: #680590;
}
.AnyTagClassName
{
color: #680590;
}
</style>
background-color css
<style>
a { background-color: #680590; }
a { background-color: rgb(104,5,144); }
div.DivClassName
{
background-color: #680590;
}
.BgClassName
{
background-color: #680590;
}
</style>
border-color css
<style>
span { border-color: #680590; }
span { border-color: rgb(104,5,144); }
td.TdClassName
{
border-color: #680590;
}
.TagClassName
{
border-color: #680590;
}
</style>