Shades of Indigo #600185
Tints of Indigo #600185
RGB
CMYK
RGB Variations
Color information
#600185 (or 0x600185) is known color: Indigo. HEX triplet: 60, 01 and 85. RGB value is (96,1,133). Sum of RGB (Red+Green+Blue) = 96+1+133=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #600185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600185 is #9FFE7A. Grayscale: #2C2C2C. Windows color (decimal): -10485371 or 8716640. OLE color: 8716640.
HSL color Cylindrical-coordinate representation of color #600185: hue angle of 283.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600185 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 1 | 133 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.48 |
| HSL | 283.18º | 0.99% | 0.26% | - |
| HSV(B) | 283.18º | 0.99% | 0.52% | - |
| XYZ | 9.07 | 4.2 | 22.52 | - |
| YUV | 44.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 133 | 0.28 | 0.99 | 0 | 0.48 | 283.18 | 0.99 | 0.26 |
| Hex | 60 | 1 | 85 | 1C | 63 | 0 | 30 | 11B | 63 | 1A |
| Octal | 140 | 1 | 205 | 34 | 143 | 0 | 60 | 433 | 143 | 32 |
| Binary | 1100000 | 1 | 10000101 | 11100 | 1100011 | 0 | 110000 | 100011011 | 1100011 | 11010 |
Color Harmonies of #600185
Complementary color
Monochromatic Colors of #600185
Black with #600185
Text Example
Text Example
White with #600185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600185; }
p { color: rgb(96,1,133); }
H1.HeaderClassName
{
color: #600185;
}
.AnyTagClassName
{
color: #600185;
}
</style>
background-color css
<style>
a { background-color: #600185; }
a { background-color: rgb(96,1,133); }
div.DivClassName
{
background-color: #600185;
}
.BgClassName
{
background-color: #600185;
}
</style>
border-color css
<style>
span { border-color: #600185; }
span { border-color: rgb(96,1,133); }
td.TdClassName
{
border-color: #600185;
}
.TagClassName
{
border-color: #600185;
}
</style>