Shades of Indigo #600195
Tints of Indigo #600195
RGB
CMYK
RGB Variations
Color information
#600195 (or 0x600195) is known color: Indigo. HEX triplet: 60, 01 and 95. RGB value is (96,1,149). Sum of RGB (Red+Green+Blue) = 96+1+149=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #600195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600195 is #9FFE6A. Grayscale: #2D2D2D. Windows color (decimal): -10485355 or 9765216. OLE color: 9765216.
HSL color Cylindrical-coordinate representation of color #600195: hue angle of 278.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600195 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 1 | 149 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.42 |
| HSL | 278.51º | 0.99% | 0.29% | - |
| HSV(B) | 278.51º | 0.99% | 0.58% | - |
| XYZ | 10.26 | 4.68 | 28.8 | - |
| YUV | 46.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 149 | 0.36 | 0.99 | 0 | 0.42 | 278.51 | 0.99 | 0.29 |
| Hex | 60 | 1 | 95 | 24 | 63 | 0 | 2A | 117 | 63 | 1D |
| Octal | 140 | 1 | 225 | 44 | 143 | 0 | 52 | 427 | 143 | 35 |
| Binary | 1100000 | 1 | 10010101 | 100100 | 1100011 | 0 | 101010 | 100010111 | 1100011 | 11101 |
Color Harmonies of #600195
Complementary color
Monochromatic Colors of #600195
Black with #600195
Text Example
Text Example
White with #600195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600195; }
p { color: rgb(96,1,149); }
H1.HeaderClassName
{
color: #600195;
}
.AnyTagClassName
{
color: #600195;
}
</style>
background-color css
<style>
a { background-color: #600195; }
a { background-color: rgb(96,1,149); }
div.DivClassName
{
background-color: #600195;
}
.BgClassName
{
background-color: #600195;
}
</style>
border-color css
<style>
span { border-color: #600195; }
span { border-color: rgb(96,1,149); }
td.TdClassName
{
border-color: #600195;
}
.TagClassName
{
border-color: #600195;
}
</style>