Shades of Indigo #600291
Tints of Indigo #600291
RGB
CMYK
RGB Variations
Color information
#600291 (or 0x600291) is known color: Indigo. HEX triplet: 60, 02 and 91. RGB value is (96,2,145). Sum of RGB (Red+Green+Blue) = 96+2+145=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #600291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600291 is #9FFD6E. Grayscale: #2D2D2D. Windows color (decimal): -10485103 or 9503328. OLE color: 9503328.
HSL color Cylindrical-coordinate representation of color #600291: hue angle of 279.44º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600291 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 2 | 145 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.43 |
| HSL | 279.44º | 0.97% | 0.29% | - |
| HSV(B) | 279.44º | 0.99% | 0.57% | - |
| XYZ | 9.96 | 4.57 | 27.15 | - |
| YUV | 46.41 | 183.64 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 145 | 0.34 | 0.99 | 0 | 0.43 | 279.44 | 0.97 | 0.29 |
| Hex | 60 | 2 | 91 | 22 | 63 | 0 | 2B | 117 | 61 | 1D |
| Octal | 140 | 2 | 221 | 42 | 143 | 0 | 53 | 427 | 141 | 35 |
| Binary | 1100000 | 10 | 10010001 | 100010 | 1100011 | 0 | 101011 | 100010111 | 1100001 | 11101 |
Color Harmonies of #600291
Complementary color
Monochromatic Colors of #600291
Black with #600291
Text Example
Text Example
White with #600291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600291; }
p { color: rgb(96,2,145); }
H1.HeaderClassName
{
color: #600291;
}
.AnyTagClassName
{
color: #600291;
}
</style>
background-color css
<style>
a { background-color: #600291; }
a { background-color: rgb(96,2,145); }
div.DivClassName
{
background-color: #600291;
}
.BgClassName
{
background-color: #600291;
}
</style>
border-color css
<style>
span { border-color: #600291; }
span { border-color: rgb(96,2,145); }
td.TdClassName
{
border-color: #600291;
}
.TagClassName
{
border-color: #600291;
}
</style>