Shades of Indigo #680DA1
Tints of Indigo #680DA1
RGB
CMYK
RGB Variations
Color information
#680DA1 (or 0x680DA1) is known color: Indigo. HEX triplet: 68, 0D and A1. RGB value is (104,13,161). Sum of RGB (Red+Green+Blue) = 104+13+161=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #680DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DA1 is #97F25E. Grayscale: #383838. Windows color (decimal): -9957983 or 10554728. OLE color: 10554728.
HSL color Cylindrical-coordinate representation of color #680DA1: hue angle of 276.89º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680DA1 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 13 | 161 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.37 |
| HSL | 276.89º | 0.85% | 0.34% | - |
| HSV(B) | 276.89º | 0.92% | 0.63% | - |
| XYZ | 12.29 | 5.8 | 34.19 | - |
| YUV | 57.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 161 | 0.35 | 0.92 | 0 | 0.37 | 276.89 | 0.85 | 0.34 |
| Hex | 68 | D | A1 | 23 | 5C | 0 | 25 | 115 | 55 | 22 |
| Octal | 150 | 15 | 241 | 43 | 134 | 0 | 45 | 425 | 125 | 42 |
| Binary | 1101000 | 1101 | 10100001 | 100011 | 1011100 | 0 | 100101 | 100010101 | 1010101 | 100010 |
Color Harmonies of #680DA1
Complementary color
Monochromatic Colors of #680DA1
Black with #680DA1
Text Example
Text Example
White with #680DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680DA1; }
p { color: rgb(104,13,161); }
H1.HeaderClassName
{
color: #680DA1;
}
.AnyTagClassName
{
color: #680DA1;
}
</style>
background-color css
<style>
a { background-color: #680DA1; }
a { background-color: rgb(104,13,161); }
div.DivClassName
{
background-color: #680DA1;
}
.BgClassName
{
background-color: #680DA1;
}
</style>
border-color css
<style>
span { border-color: #680DA1; }
span { border-color: rgb(104,13,161); }
td.TdClassName
{
border-color: #680DA1;
}
.TagClassName
{
border-color: #680DA1;
}
</style>