Shades of Indigo #600482
Tints of Indigo #600482
RGB
CMYK
RGB Variations
Color information
#600482 (or 0x600482) is known color: Indigo. HEX triplet: 60, 04 and 82. RGB value is (96,4,130). Sum of RGB (Red+Green+Blue) = 96+4+130=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #600482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600482 is #9FFB7D. Grayscale: #2D2D2D. Windows color (decimal): -10484606 or 8520800. OLE color: 8520800.
HSL color Cylindrical-coordinate representation of color #600482: hue angle of 283.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600482 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 4 | 130 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.49 |
| HSL | 283.81º | 0.94% | 0.26% | - |
| HSV(B) | 283.81º | 0.97% | 0.51% | - |
| XYZ | 8.9 | 4.19 | 21.46 | - |
| YUV | 45.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 130 | 0.26 | 0.97 | 0 | 0.49 | 283.81 | 0.94 | 0.26 |
| Hex | 60 | 4 | 82 | 1A | 61 | 0 | 31 | 11C | 5E | 1A |
| Octal | 140 | 4 | 202 | 32 | 141 | 0 | 61 | 434 | 136 | 32 |
| Binary | 1100000 | 100 | 10000010 | 11010 | 1100001 | 0 | 110001 | 100011100 | 1011110 | 11010 |
Color Harmonies of #600482
Complementary color
Monochromatic Colors of #600482
Black with #600482
Text Example
Text Example
White with #600482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600482; }
p { color: rgb(96,4,130); }
H1.HeaderClassName
{
color: #600482;
}
.AnyTagClassName
{
color: #600482;
}
</style>
background-color css
<style>
a { background-color: #600482; }
a { background-color: rgb(96,4,130); }
div.DivClassName
{
background-color: #600482;
}
.BgClassName
{
background-color: #600482;
}
</style>
border-color css
<style>
span { border-color: #600482; }
span { border-color: rgb(96,4,130); }
td.TdClassName
{
border-color: #600482;
}
.TagClassName
{
border-color: #600482;
}
</style>