Shades of Indigo #60018A
Tints of Indigo #60018A
RGB
CMYK
RGB Variations
Color information
#60018A (or 0x60018A) is known color: Indigo. HEX triplet: 60, 01 and 8A. RGB value is (96,1,138). Sum of RGB (Red+Green+Blue) = 96+1+138=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #60018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60018A is #9FFE75. Grayscale: #2C2C2C. Windows color (decimal): -10485366 or 9044320. OLE color: 9044320.
HSL color Cylindrical-coordinate representation of color #60018A: hue angle of 281.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60018A is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 1 | 138 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.46 |
| HSL | 281.61º | 0.99% | 0.27% | - |
| HSV(B) | 281.61º | 0.99% | 0.54% | - |
| XYZ | 9.42 | 4.34 | 24.39 | - |
| YUV | 45.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 138 | 0.30 | 0.99 | 0 | 0.46 | 281.61 | 0.99 | 0.27 |
| Hex | 60 | 1 | 8A | 1E | 63 | 0 | 2E | 11A | 63 | 1B |
| Octal | 140 | 1 | 212 | 36 | 143 | 0 | 56 | 432 | 143 | 33 |
| Binary | 1100000 | 1 | 10001010 | 11110 | 1100011 | 0 | 101110 | 100011010 | 1100011 | 11011 |
Color Harmonies of #60018A
Complementary color
Monochromatic Colors of #60018A
Black with #60018A
Text Example
Text Example
White with #60018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60018A; }
p { color: rgb(96,1,138); }
H1.HeaderClassName
{
color: #60018A;
}
.AnyTagClassName
{
color: #60018A;
}
</style>
background-color css
<style>
a { background-color: #60018A; }
a { background-color: rgb(96,1,138); }
div.DivClassName
{
background-color: #60018A;
}
.BgClassName
{
background-color: #60018A;
}
</style>
border-color css
<style>
span { border-color: #60018A; }
span { border-color: rgb(96,1,138); }
td.TdClassName
{
border-color: #60018A;
}
.TagClassName
{
border-color: #60018A;
}
</style>