Shades of Indigo #680B9B
Tints of Indigo #680B9B
RGB
CMYK
RGB Variations
Color information
#680B9B (or 0x680B9B) is known color: Indigo. HEX triplet: 68, 0B and 9B. RGB value is (104,11,155). Sum of RGB (Red+Green+Blue) = 104+11+155=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #680B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B9B is #97F464. Grayscale: #363636. Windows color (decimal): -9958501 or 10161000. OLE color: 10161000.
HSL color Cylindrical-coordinate representation of color #680B9B: hue angle of 278.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680B9B is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 11 | 155 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.39 |
| HSL | 278.75º | 0.87% | 0.33% | - |
| HSV(B) | 278.75º | 0.93% | 0.61% | - |
| XYZ | 11.74 | 5.55 | 31.46 | - |
| YUV | 55.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 155 | 0.33 | 0.93 | 0 | 0.39 | 278.75 | 0.87 | 0.33 |
| Hex | 68 | B | 9B | 21 | 5D | 0 | 27 | 117 | 57 | 21 |
| Octal | 150 | 13 | 233 | 41 | 135 | 0 | 47 | 427 | 127 | 41 |
| Binary | 1101000 | 1011 | 10011011 | 100001 | 1011101 | 0 | 100111 | 100010111 | 1010111 | 100001 |
Color Harmonies of #680B9B
Complementary color
Monochromatic Colors of #680B9B
Black with #680B9B
Text Example
Text Example
White with #680B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B9B; }
p { color: rgb(104,11,155); }
H1.HeaderClassName
{
color: #680B9B;
}
.AnyTagClassName
{
color: #680B9B;
}
</style>
background-color css
<style>
a { background-color: #680B9B; }
a { background-color: rgb(104,11,155); }
div.DivClassName
{
background-color: #680B9B;
}
.BgClassName
{
background-color: #680B9B;
}
</style>
border-color css
<style>
span { border-color: #680B9B; }
span { border-color: rgb(104,11,155); }
td.TdClassName
{
border-color: #680B9B;
}
.TagClassName
{
border-color: #680B9B;
}
</style>