Shades of Indigo #68009B
Tints of Indigo #68009B
RGB
CMYK
RGB Variations
Color information
#68009B (or 0x68009B) is known color: Indigo. HEX triplet: 68, 00 and 9B. RGB value is (104,0,155). Sum of RGB (Red+Green+Blue) = 104+0+155=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #68009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68009B is #97FF64. Grayscale: #303030. Windows color (decimal): -9961317 or 10158184. OLE color: 10158184.
HSL color Cylindrical-coordinate representation of color #68009B: hue angle of 280.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68009B is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 0 | 155 | - |
| CMYK | 0.33 | 1 | 0 | 0.39 |
| HSL | 280.26º | 1% | 0.3% | - |
| HSV(B) | 280.26º | 1% | 0.61% | - |
| XYZ | 11.63 | 5.31 | 31.42 | - |
| YUV | 48.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 155 | 0.33 | 1 | 0 | 0.39 | 280.26 | 1 | 0.3 |
| Hex | 68 | 0 | 9B | 21 | 64 | 0 | 27 | 118 | 64 | 1E |
| Octal | 150 | 0 | 233 | 41 | 144 | 0 | 47 | 430 | 144 | 36 |
| Binary | 1101000 | 0 | 10011011 | 100001 | 1100100 | 0 | 100111 | 100011000 | 1100100 | 11110 |
Color Harmonies of #68009B
Complementary color
Monochromatic Colors of #68009B
Black with #68009B
Text Example
Text Example
White with #68009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68009B; }
p { color: rgb(104,0,155); }
H1.HeaderClassName
{
color: #68009B;
}
.AnyTagClassName
{
color: #68009B;
}
</style>
background-color css
<style>
a { background-color: #68009B; }
a { background-color: rgb(104,0,155); }
div.DivClassName
{
background-color: #68009B;
}
.BgClassName
{
background-color: #68009B;
}
</style>
border-color css
<style>
span { border-color: #68009B; }
span { border-color: rgb(104,0,155); }
td.TdClassName
{
border-color: #68009B;
}
.TagClassName
{
border-color: #68009B;
}
</style>