Shades of Indigo #600281
Tints of Indigo #600281
RGB
CMYK
RGB Variations
Color information
#600281 (or 0x600281) is known color: Indigo. HEX triplet: 60, 02 and 81. RGB value is (96,2,129). Sum of RGB (Red+Green+Blue) = 96+2+129=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #600281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600281 is #9FFD7E. Grayscale: #2C2C2C. Windows color (decimal): -10485119 or 8454752. OLE color: 8454752.
HSL color Cylindrical-coordinate representation of color #600281: hue angle of 284.41º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600281 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 2 | 129 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.49 |
| HSL | 284.41º | 0.97% | 0.26% | - |
| HSV(B) | 284.41º | 0.98% | 0.51% | - |
| XYZ | 8.81 | 4.12 | 21.1 | - |
| YUV | 44.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 129 | 0.26 | 0.98 | 0 | 0.49 | 284.41 | 0.97 | 0.26 |
| Hex | 60 | 2 | 81 | 1A | 62 | 0 | 31 | 11C | 61 | 1A |
| Octal | 140 | 2 | 201 | 32 | 142 | 0 | 61 | 434 | 141 | 32 |
| Binary | 1100000 | 10 | 10000001 | 11010 | 1100010 | 0 | 110001 | 100011100 | 1100001 | 11010 |
Color Harmonies of #600281
Complementary color
Monochromatic Colors of #600281
Black with #600281
Text Example
Text Example
White with #600281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600281; }
p { color: rgb(96,2,129); }
H1.HeaderClassName
{
color: #600281;
}
.AnyTagClassName
{
color: #600281;
}
</style>
background-color css
<style>
a { background-color: #600281; }
a { background-color: rgb(96,2,129); }
div.DivClassName
{
background-color: #600281;
}
.BgClassName
{
background-color: #600281;
}
</style>
border-color css
<style>
span { border-color: #600281; }
span { border-color: rgb(96,2,129); }
td.TdClassName
{
border-color: #600281;
}
.TagClassName
{
border-color: #600281;
}
</style>