Shades of Indigo #680390
Tints of Indigo #680390
RGB
CMYK
RGB Variations
Color information
#680390 (or 0x680390) is known color: Indigo. HEX triplet: 68, 03 and 90. RGB value is (104,3,144). Sum of RGB (Red+Green+Blue) = 104+3+144=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #680390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680390 is #97FC6F. Grayscale: #303030. Windows color (decimal): -9960560 or 9438056. OLE color: 9438056.
HSL color Cylindrical-coordinate representation of color #680390: hue angle of 282.98º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680390 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 3 | 144 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.44 |
| HSL | 282.98º | 0.96% | 0.29% | - |
| HSV(B) | 282.98º | 0.98% | 0.56% | - |
| XYZ | 10.78 | 5.02 | 26.79 | - |
| YUV | 49.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 144 | 0.28 | 0.98 | 0 | 0.44 | 282.98 | 0.96 | 0.29 |
| Hex | 68 | 3 | 90 | 1C | 62 | 0 | 2C | 11B | 60 | 1D |
| Octal | 150 | 3 | 220 | 34 | 142 | 0 | 54 | 433 | 140 | 35 |
| Binary | 1101000 | 11 | 10010000 | 11100 | 1100010 | 0 | 101100 | 100011011 | 1100000 | 11101 |
Color Harmonies of #680390
Complementary color
Monochromatic Colors of #680390
Black with #680390
Text Example
Text Example
White with #680390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680390; }
p { color: rgb(104,3,144); }
H1.HeaderClassName
{
color: #680390;
}
.AnyTagClassName
{
color: #680390;
}
</style>
background-color css
<style>
a { background-color: #680390; }
a { background-color: rgb(104,3,144); }
div.DivClassName
{
background-color: #680390;
}
.BgClassName
{
background-color: #680390;
}
</style>
border-color css
<style>
span { border-color: #680390; }
span { border-color: rgb(104,3,144); }
td.TdClassName
{
border-color: #680390;
}
.TagClassName
{
border-color: #680390;
}
</style>