Shades of Indigo #680190
Tints of Indigo #680190
RGB
CMYK
RGB Variations
Color information
#680190 (or 0x680190) is known color: Indigo. HEX triplet: 68, 01 and 90. RGB value is (104,1,144). Sum of RGB (Red+Green+Blue) = 104+1+144=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #680190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680190 is #97FE6F. Grayscale: #2F2F2F. Windows color (decimal): -9961072 or 9437544. OLE color: 9437544.
HSL color Cylindrical-coordinate representation of color #680190: hue angle of 283.22º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680190 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 1 | 144 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.44 |
| HSL | 283.22º | 0.99% | 0.28% | - |
| HSV(B) | 283.22º | 0.99% | 0.56% | - |
| XYZ | 10.75 | 4.98 | 26.78 | - |
| YUV | 48.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 144 | 0.28 | 0.99 | 0 | 0.44 | 283.22 | 0.99 | 0.28 |
| Hex | 68 | 1 | 90 | 1C | 63 | 0 | 2C | 11B | 63 | 1C |
| Octal | 150 | 1 | 220 | 34 | 143 | 0 | 54 | 433 | 143 | 34 |
| Binary | 1101000 | 1 | 10010000 | 11100 | 1100011 | 0 | 101100 | 100011011 | 1100011 | 11100 |
Color Harmonies of #680190
Complementary color
Monochromatic Colors of #680190
Black with #680190
Text Example
Text Example
White with #680190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680190; }
p { color: rgb(104,1,144); }
H1.HeaderClassName
{
color: #680190;
}
.AnyTagClassName
{
color: #680190;
}
</style>
background-color css
<style>
a { background-color: #680190; }
a { background-color: rgb(104,1,144); }
div.DivClassName
{
background-color: #680190;
}
.BgClassName
{
background-color: #680190;
}
</style>
border-color css
<style>
span { border-color: #680190; }
span { border-color: rgb(104,1,144); }
td.TdClassName
{
border-color: #680190;
}
.TagClassName
{
border-color: #680190;
}
</style>