Shades of Indigo #680FA3
Tints of Indigo #680FA3
RGB
CMYK
RGB Variations
Color information
#680FA3 (or 0x680FA3) is known color: Indigo. HEX triplet: 68, 0F and A3. RGB value is (104,15,163). Sum of RGB (Red+Green+Blue) = 104+15+163=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #680FA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FA3 is #97F05C. Grayscale: #393939. Windows color (decimal): -9957469 or 10686312. OLE color: 10686312.
HSL color Cylindrical-coordinate representation of color #680FA3: hue angle of 276.08º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680FA3 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 15 | 163 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.36 |
| HSL | 276.08º | 0.83% | 0.35% | - |
| HSV(B) | 276.08º | 0.91% | 0.64% | - |
| XYZ | 12.49 | 5.93 | 35.14 | - |
| YUV | 58.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 163 | 0.36 | 0.91 | 0 | 0.36 | 276.08 | 0.83 | 0.35 |
| Hex | 68 | F | A3 | 24 | 5B | 0 | 24 | 114 | 53 | 23 |
| Octal | 150 | 17 | 243 | 44 | 133 | 0 | 44 | 424 | 123 | 43 |
| Binary | 1101000 | 1111 | 10100011 | 100100 | 1011011 | 0 | 100100 | 100010100 | 1010011 | 100011 |
Color Harmonies of #680FA3
Complementary color
Monochromatic Colors of #680FA3
Black with #680FA3
Text Example
Text Example
White with #680FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FA3; }
p { color: rgb(104,15,163); }
H1.HeaderClassName
{
color: #680FA3;
}
.AnyTagClassName
{
color: #680FA3;
}
</style>
background-color css
<style>
a { background-color: #680FA3; }
a { background-color: rgb(104,15,163); }
div.DivClassName
{
background-color: #680FA3;
}
.BgClassName
{
background-color: #680FA3;
}
</style>
border-color css
<style>
span { border-color: #680FA3; }
span { border-color: rgb(104,15,163); }
td.TdClassName
{
border-color: #680FA3;
}
.TagClassName
{
border-color: #680FA3;
}
</style>