Shades of Indigo #680290
Tints of Indigo #680290
RGB
CMYK
RGB Variations
Color information
#680290 (or 0x680290) is known color: Indigo. HEX triplet: 68, 02 and 90. RGB value is (104,2,144). Sum of RGB (Red+Green+Blue) = 104+2+144=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #680290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680290 is #97FD6F. Grayscale: #303030. Windows color (decimal): -9960816 or 9437800. OLE color: 9437800.
HSL color Cylindrical-coordinate representation of color #680290: hue angle of 283.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680290 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 2 | 144 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.44 |
| HSL | 283.1º | 0.97% | 0.29% | - |
| HSV(B) | 283.1º | 0.99% | 0.56% | - |
| XYZ | 10.76 | 5 | 26.78 | - |
| YUV | 48.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 144 | 0.28 | 0.99 | 0 | 0.44 | 283.1 | 0.97 | 0.29 |
| Hex | 68 | 2 | 90 | 1C | 63 | 0 | 2C | 11B | 61 | 1D |
| Octal | 150 | 2 | 220 | 34 | 143 | 0 | 54 | 433 | 141 | 35 |
| Binary | 1101000 | 10 | 10010000 | 11100 | 1100011 | 0 | 101100 | 100011011 | 1100001 | 11101 |
Color Harmonies of #680290
Complementary color
Monochromatic Colors of #680290
Black with #680290
Text Example
Text Example
White with #680290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680290; }
p { color: rgb(104,2,144); }
H1.HeaderClassName
{
color: #680290;
}
.AnyTagClassName
{
color: #680290;
}
</style>
background-color css
<style>
a { background-color: #680290; }
a { background-color: rgb(104,2,144); }
div.DivClassName
{
background-color: #680290;
}
.BgClassName
{
background-color: #680290;
}
</style>
border-color css
<style>
span { border-color: #680290; }
span { border-color: rgb(104,2,144); }
td.TdClassName
{
border-color: #680290;
}
.TagClassName
{
border-color: #680290;
}
</style>