Shades of Indigo #5307AD
Tints of Indigo #5307AD
RGB
CMYK
RGB Variations
Color information
#5307AD (or 0x5307AD) is known color: Indigo. HEX triplet: 53, 07 and AD. RGB value is (83,7,173). Sum of RGB (Red+Green+Blue) = 83+7+173=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #5307AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5307AD is #ACF852. Grayscale: #303030. Windows color (decimal): -11335763 or 11339603. OLE color: 11339603.
HSL color Cylindrical-coordinate representation of color #5307AD: hue angle of 267.47º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5307AD is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 7 | 173 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.32 |
| HSL | 267.47º | 0.92% | 0.35% | - |
| HSV(B) | 267.47º | 0.96% | 0.68% | - |
| XYZ | 11.19 | 5.01 | 39.91 | - |
| YUV | 48.65 | 198.18 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 173 | 0.52 | 0.96 | 0 | 0.32 | 267.47 | 0.92 | 0.35 |
| Hex | 53 | 7 | AD | 34 | 60 | 0 | 20 | 10B | 5C | 23 |
| Octal | 123 | 7 | 255 | 64 | 140 | 0 | 40 | 413 | 134 | 43 |
| Binary | 1010011 | 111 | 10101101 | 110100 | 1100000 | 0 | 100000 | 100001011 | 1011100 | 100011 |
Color Harmonies of #5307AD
Complementary color
Monochromatic Colors of #5307AD
Black with #5307AD
Text Example
Text Example
White with #5307AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5307AD; }
p { color: rgb(83,7,173); }
H1.HeaderClassName
{
color: #5307AD;
}
.AnyTagClassName
{
color: #5307AD;
}
</style>
background-color css
<style>
a { background-color: #5307AD; }
a { background-color: rgb(83,7,173); }
div.DivClassName
{
background-color: #5307AD;
}
.BgClassName
{
background-color: #5307AD;
}
</style>
border-color css
<style>
span { border-color: #5307AD; }
span { border-color: rgb(83,7,173); }
td.TdClassName
{
border-color: #5307AD;
}
.TagClassName
{
border-color: #5307AD;
}
</style>