Shades of Indigo #68079F
Tints of Indigo #68079F
RGB
CMYK
RGB Variations
Color information
#68079F (or 0x68079F) is known color: Indigo. HEX triplet: 68, 07 and 9F. RGB value is (104,7,159). Sum of RGB (Red+Green+Blue) = 104+7+159=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #68079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68079F is #97F860. Grayscale: #343434. Windows color (decimal): -9959521 or 10422120. OLE color: 10422120.
HSL color Cylindrical-coordinate representation of color #68079F: hue angle of 278.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68079F is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 7 | 159 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.38 |
| HSL | 278.29º | 0.92% | 0.33% | - |
| HSV(B) | 278.29º | 0.96% | 0.62% | - |
| XYZ | 12.04 | 5.6 | 33.25 | - |
| YUV | 53.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 159 | 0.35 | 0.96 | 0 | 0.38 | 278.29 | 0.92 | 0.33 |
| Hex | 68 | 7 | 9F | 23 | 60 | 0 | 26 | 116 | 5C | 21 |
| Octal | 150 | 7 | 237 | 43 | 140 | 0 | 46 | 426 | 134 | 41 |
| Binary | 1101000 | 111 | 10011111 | 100011 | 1100000 | 0 | 100110 | 100010110 | 1011100 | 100001 |
Color Harmonies of #68079F
Complementary color
Monochromatic Colors of #68079F
Black with #68079F
Text Example
Text Example
White with #68079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68079F; }
p { color: rgb(104,7,159); }
H1.HeaderClassName
{
color: #68079F;
}
.AnyTagClassName
{
color: #68079F;
}
</style>
background-color css
<style>
a { background-color: #68079F; }
a { background-color: rgb(104,7,159); }
div.DivClassName
{
background-color: #68079F;
}
.BgClassName
{
background-color: #68079F;
}
</style>
border-color css
<style>
span { border-color: #68079F; }
span { border-color: rgb(104,7,159); }
td.TdClassName
{
border-color: #68079F;
}
.TagClassName
{
border-color: #68079F;
}
</style>