Shades of Indigo #6001AF
Tints of Indigo #6001AF
RGB
CMYK
RGB Variations
Color information
#6001AF (or 0x6001AF) is known color: Indigo. HEX triplet: 60, 01 and AF. RGB value is (96,1,175). Sum of RGB (Red+Green+Blue) = 96+1+175=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #6001AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6001AF is #9FFE50. Grayscale: #303030. Windows color (decimal): -10485329 or 11469152. OLE color: 11469152.
HSL color Cylindrical-coordinate representation of color #6001AF: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6001AF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 1 | 175 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.31 |
| HSL | 272.76º | 0.99% | 0.35% | - |
| HSV(B) | 272.76º | 0.99% | 0.69% | - |
| XYZ | 12.57 | 5.6 | 40.98 | - |
| YUV | 49.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 175 | 0.45 | 0.99 | 0 | 0.31 | 272.76 | 0.99 | 0.35 |
| Hex | 60 | 1 | AF | 2D | 63 | 0 | 1F | 111 | 63 | 23 |
| Octal | 140 | 1 | 257 | 55 | 143 | 0 | 37 | 421 | 143 | 43 |
| Binary | 1100000 | 1 | 10101111 | 101101 | 1100011 | 0 | 11111 | 100010001 | 1100011 | 100011 |
Color Harmonies of #6001AF
Complementary color
Monochromatic Colors of #6001AF
Black with #6001AF
Text Example
Text Example
White with #6001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001AF; }
p { color: rgb(96,1,175); }
H1.HeaderClassName
{
color: #6001AF;
}
.AnyTagClassName
{
color: #6001AF;
}
</style>
background-color css
<style>
a { background-color: #6001AF; }
a { background-color: rgb(96,1,175); }
div.DivClassName
{
background-color: #6001AF;
}
.BgClassName
{
background-color: #6001AF;
}
</style>
border-color css
<style>
span { border-color: #6001AF; }
span { border-color: rgb(96,1,175); }
td.TdClassName
{
border-color: #6001AF;
}
.TagClassName
{
border-color: #6001AF;
}
</style>