Shades of Indigo #600394
Tints of Indigo #600394
RGB
CMYK
RGB Variations
Color information
#600394 (or 0x600394) is known color: Indigo. HEX triplet: 60, 03 and 94. RGB value is (96,3,148). Sum of RGB (Red+Green+Blue) = 96+3+148=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #600394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600394 is #9FFC6B. Grayscale: #2E2E2E. Windows color (decimal): -10484844 or 9700192. OLE color: 9700192.
HSL color Cylindrical-coordinate representation of color #600394: hue angle of 278.48º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600394 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 3 | 148 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.42 |
| HSL | 278.48º | 0.96% | 0.3% | - |
| HSV(B) | 278.48º | 0.98% | 0.58% | - |
| XYZ | 10.2 | 4.69 | 28.38 | - |
| YUV | 47.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 148 | 0.35 | 0.98 | 0 | 0.42 | 278.48 | 0.96 | 0.3 |
| Hex | 60 | 3 | 94 | 23 | 62 | 0 | 2A | 116 | 60 | 1E |
| Octal | 140 | 3 | 224 | 43 | 142 | 0 | 52 | 426 | 140 | 36 |
| Binary | 1100000 | 11 | 10010100 | 100011 | 1100010 | 0 | 101010 | 100010110 | 1100000 | 11110 |
Color Harmonies of #600394
Complementary color
Monochromatic Colors of #600394
Black with #600394
Text Example
Text Example
White with #600394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600394; }
p { color: rgb(96,3,148); }
H1.HeaderClassName
{
color: #600394;
}
.AnyTagClassName
{
color: #600394;
}
</style>
background-color css
<style>
a { background-color: #600394; }
a { background-color: rgb(96,3,148); }
div.DivClassName
{
background-color: #600394;
}
.BgClassName
{
background-color: #600394;
}
</style>
border-color css
<style>
span { border-color: #600394; }
span { border-color: rgb(96,3,148); }
td.TdClassName
{
border-color: #600394;
}
.TagClassName
{
border-color: #600394;
}
</style>