Shades of Indigo #680B9D
Tints of Indigo #680B9D
RGB
CMYK
RGB Variations
Color information
#680B9D (or 0x680B9D) is known color: Indigo. HEX triplet: 68, 0B and 9D. RGB value is (104,11,157). Sum of RGB (Red+Green+Blue) = 104+11+157=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #680B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B9D is #97F462. Grayscale: #363636. Windows color (decimal): -9958499 or 10292072. OLE color: 10292072.
HSL color Cylindrical-coordinate representation of color #680B9D: hue angle of 278.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680B9D is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 11 | 157 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.38 |
| HSL | 278.22º | 0.87% | 0.33% | - |
| HSV(B) | 278.22º | 0.93% | 0.62% | - |
| XYZ | 11.91 | 5.62 | 32.35 | - |
| YUV | 55.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 157 | 0.34 | 0.93 | 0 | 0.38 | 278.22 | 0.87 | 0.33 |
| Hex | 68 | B | 9D | 22 | 5D | 0 | 26 | 116 | 57 | 21 |
| Octal | 150 | 13 | 235 | 42 | 135 | 0 | 46 | 426 | 127 | 41 |
| Binary | 1101000 | 1011 | 10011101 | 100010 | 1011101 | 0 | 100110 | 100010110 | 1010111 | 100001 |
Color Harmonies of #680B9D
Complementary color
Monochromatic Colors of #680B9D
Black with #680B9D
Text Example
Text Example
White with #680B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B9D; }
p { color: rgb(104,11,157); }
H1.HeaderClassName
{
color: #680B9D;
}
.AnyTagClassName
{
color: #680B9D;
}
</style>
background-color css
<style>
a { background-color: #680B9D; }
a { background-color: rgb(104,11,157); }
div.DivClassName
{
background-color: #680B9D;
}
.BgClassName
{
background-color: #680B9D;
}
</style>
border-color css
<style>
span { border-color: #680B9D; }
span { border-color: rgb(104,11,157); }
td.TdClassName
{
border-color: #680B9D;
}
.TagClassName
{
border-color: #680B9D;
}
</style>