Shades of Indigo #600081
Tints of Indigo #600081
RGB
CMYK
RGB Variations
Color information
#600081 (or 0x600081) is known color: Indigo. HEX triplet: 60, 00 and 81. RGB value is (96,0,129). Sum of RGB (Red+Green+Blue) = 96+0+129=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #600081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600081 is #9FFF7E. Grayscale: #2A2A2A. Windows color (decimal): -10485631 or 8454240. OLE color: 8454240.
HSL color Cylindrical-coordinate representation of color #600081: hue angle of 284.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600081 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 0 | 129 | - |
| CMYK | 0.26 | 1 | 0 | 0.49 |
| HSL | 284.65º | 1% | 0.25% | - |
| HSV(B) | 284.65º | 1% | 0.51% | - |
| XYZ | 8.79 | 4.07 | 21.09 | - |
| YUV | 43.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 129 | 0.26 | 1 | 0 | 0.49 | 284.65 | 1 | 0.25 |
| Hex | 60 | 0 | 81 | 1A | 64 | 0 | 31 | 11D | 64 | 19 |
| Octal | 140 | 0 | 201 | 32 | 144 | 0 | 61 | 435 | 144 | 31 |
| Binary | 1100000 | 0 | 10000001 | 11010 | 1100100 | 0 | 110001 | 100011101 | 1100100 | 11001 |
Color Harmonies of #600081
Complementary color
Monochromatic Colors of #600081
Black with #600081
Text Example
Text Example
White with #600081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600081; }
p { color: rgb(96,0,129); }
H1.HeaderClassName
{
color: #600081;
}
.AnyTagClassName
{
color: #600081;
}
</style>
background-color css
<style>
a { background-color: #600081; }
a { background-color: rgb(96,0,129); }
div.DivClassName
{
background-color: #600081;
}
.BgClassName
{
background-color: #600081;
}
</style>
border-color css
<style>
span { border-color: #600081; }
span { border-color: rgb(96,0,129); }
td.TdClassName
{
border-color: #600081;
}
.TagClassName
{
border-color: #600081;
}
</style>