Shades of Indigo #680592
Tints of Indigo #680592
RGB
CMYK
RGB Variations
Color information
#680592 (or 0x680592) is known color: Indigo. HEX triplet: 68, 05 and 92. RGB value is (104,5,146). Sum of RGB (Red+Green+Blue) = 104+5+146=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #680592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680592 is #97FA6D. Grayscale: #323232. Windows color (decimal): -9960046 or 9569640. OLE color: 9569640.
HSL color Cylindrical-coordinate representation of color #680592: hue angle of 282.13º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680592 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 5 | 146 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.43 |
| HSL | 282.13º | 0.93% | 0.3% | - |
| HSV(B) | 282.13º | 0.97% | 0.57% | - |
| XYZ | 10.95 | 5.13 | 27.61 | - |
| YUV | 50.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 146 | 0.29 | 0.97 | 0 | 0.43 | 282.13 | 0.93 | 0.3 |
| Hex | 68 | 5 | 92 | 1D | 61 | 0 | 2B | 11A | 5D | 1E |
| Octal | 150 | 5 | 222 | 35 | 141 | 0 | 53 | 432 | 135 | 36 |
| Binary | 1101000 | 101 | 10010010 | 11101 | 1100001 | 0 | 101011 | 100011010 | 1011101 | 11110 |
Color Harmonies of #680592
Complementary color
Monochromatic Colors of #680592
Black with #680592
Text Example
Text Example
White with #680592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680592; }
p { color: rgb(104,5,146); }
H1.HeaderClassName
{
color: #680592;
}
.AnyTagClassName
{
color: #680592;
}
</style>
background-color css
<style>
a { background-color: #680592; }
a { background-color: rgb(104,5,146); }
div.DivClassName
{
background-color: #680592;
}
.BgClassName
{
background-color: #680592;
}
</style>
border-color css
<style>
span { border-color: #680592; }
span { border-color: rgb(104,5,146); }
td.TdClassName
{
border-color: #680592;
}
.TagClassName
{
border-color: #680592;
}
</style>