Shades of Indigo #5501AF
Tints of Indigo #5501AF
RGB
CMYK
RGB Variations
Color information
#5501AF (or 0x5501AF) is known color: Indigo. HEX triplet: 55, 01 and AF. RGB value is (85,1,175). Sum of RGB (Red+Green+Blue) = 85+1+175=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #5501AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5501AF is #AAFE50. Grayscale: #2D2D2D. Windows color (decimal): -11206225 or 11469141. OLE color: 11469141.
HSL color Cylindrical-coordinate representation of color #5501AF: hue angle of 268.97º 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 #5501AF is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 1 | 175 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.31 |
| HSL | 268.97º | 0.99% | 0.35% | - |
| HSV(B) | 268.97º | 0.99% | 0.69% | - |
| XYZ | 11.5 | 5.05 | 40.93 | - |
| YUV | 45.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 175 | 0.51 | 0.99 | 0 | 0.31 | 268.97 | 0.99 | 0.35 |
| Hex | 55 | 1 | AF | 33 | 63 | 0 | 1F | 10D | 63 | 23 |
| Octal | 125 | 1 | 257 | 63 | 143 | 0 | 37 | 415 | 143 | 43 |
| Binary | 1010101 | 1 | 10101111 | 110011 | 1100011 | 0 | 11111 | 100001101 | 1100011 | 100011 |
Color Harmonies of #5501AF
Complementary color
Monochromatic Colors of #5501AF
Black with #5501AF
Text Example
Text Example
White with #5501AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501AF; }
p { color: rgb(85,1,175); }
H1.HeaderClassName
{
color: #5501AF;
}
.AnyTagClassName
{
color: #5501AF;
}
</style>
background-color css
<style>
a { background-color: #5501AF; }
a { background-color: rgb(85,1,175); }
div.DivClassName
{
background-color: #5501AF;
}
.BgClassName
{
background-color: #5501AF;
}
</style>
border-color css
<style>
span { border-color: #5501AF; }
span { border-color: rgb(85,1,175); }
td.TdClassName
{
border-color: #5501AF;
}
.TagClassName
{
border-color: #5501AF;
}
</style>