Shades of Indigo #5305AF
Tints of Indigo #5305AF
RGB
CMYK
RGB Variations
Color information
#5305AF (or 0x5305AF) is known color: Indigo. HEX triplet: 53, 05 and AF. RGB value is (83,5,175). Sum of RGB (Red+Green+Blue) = 83+5+175=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #5305AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5305AF is #ACFA50. Grayscale: #2F2F2F. Windows color (decimal): -11336273 or 11470163. OLE color: 11470163.
HSL color Cylindrical-coordinate representation of color #5305AF: hue angle of 267.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5305AF is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 5 | 175 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.31 |
| HSL | 267.53º | 0.94% | 0.35% | - |
| HSV(B) | 267.53º | 0.97% | 0.69% | - |
| XYZ | 11.36 | 5.04 | 40.93 | - |
| YUV | 47.7 | 199.84 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 175 | 0.53 | 0.97 | 0 | 0.31 | 267.53 | 0.94 | 0.35 |
| Hex | 53 | 5 | AF | 35 | 61 | 0 | 1F | 10C | 5E | 23 |
| Octal | 123 | 5 | 257 | 65 | 141 | 0 | 37 | 414 | 136 | 43 |
| Binary | 1010011 | 101 | 10101111 | 110101 | 1100001 | 0 | 11111 | 100001100 | 1011110 | 100011 |
Color Harmonies of #5305AF
Complementary color
Monochromatic Colors of #5305AF
Black with #5305AF
Text Example
Text Example
White with #5305AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305AF; }
p { color: rgb(83,5,175); }
H1.HeaderClassName
{
color: #5305AF;
}
.AnyTagClassName
{
color: #5305AF;
}
</style>
background-color css
<style>
a { background-color: #5305AF; }
a { background-color: rgb(83,5,175); }
div.DivClassName
{
background-color: #5305AF;
}
.BgClassName
{
background-color: #5305AF;
}
</style>
border-color css
<style>
span { border-color: #5305AF; }
span { border-color: rgb(83,5,175); }
td.TdClassName
{
border-color: #5305AF;
}
.TagClassName
{
border-color: #5305AF;
}
</style>