Shades of Indigo #600184
Tints of Indigo #600184
RGB
CMYK
RGB Variations
Color information
#600184 (or 0x600184) is known color: Indigo. HEX triplet: 60, 01 and 84. RGB value is (96,1,132). Sum of RGB (Red+Green+Blue) = 96+1+132=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #600184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600184 is #9FFE7B. Grayscale: #2B2B2B. Windows color (decimal): -10485372 or 8651104. OLE color: 8651104.
HSL color Cylindrical-coordinate representation of color #600184: hue angle of 283.51º degrees, saturation: 0.98, 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 #600184 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 1 | 132 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.48 |
| HSL | 283.51º | 0.98% | 0.26% | - |
| HSV(B) | 283.51º | 0.99% | 0.52% | - |
| XYZ | 9 | 4.17 | 22.16 | - |
| YUV | 44.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 132 | 0.27 | 0.99 | 0 | 0.48 | 283.51 | 0.98 | 0.26 |
| Hex | 60 | 1 | 84 | 1B | 63 | 0 | 30 | 11C | 62 | 1A |
| Octal | 140 | 1 | 204 | 33 | 143 | 0 | 60 | 434 | 142 | 32 |
| Binary | 1100000 | 1 | 10000100 | 11011 | 1100011 | 0 | 110000 | 100011100 | 1100010 | 11010 |
Color Harmonies of #600184
Complementary color
Monochromatic Colors of #600184
Black with #600184
Text Example
Text Example
White with #600184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600184; }
p { color: rgb(96,1,132); }
H1.HeaderClassName
{
color: #600184;
}
.AnyTagClassName
{
color: #600184;
}
</style>
background-color css
<style>
a { background-color: #600184; }
a { background-color: rgb(96,1,132); }
div.DivClassName
{
background-color: #600184;
}
.BgClassName
{
background-color: #600184;
}
</style>
border-color css
<style>
span { border-color: #600184; }
span { border-color: rgb(96,1,132); }
td.TdClassName
{
border-color: #600184;
}
.TagClassName
{
border-color: #600184;
}
</style>