Shades of Indigo #5302AE
Tints of Indigo #5302AE
RGB
CMYK
RGB Variations
Color information
#5302AE (or 0x5302AE) is known color: Indigo. HEX triplet: 53, 02 and AE. RGB value is (83,2,174). Sum of RGB (Red+Green+Blue) = 83+2+174=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #5302AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5302AE is #ACFD51. Grayscale: #2D2D2D. Windows color (decimal): -11337042 or 11403859. OLE color: 11403859.
HSL color Cylindrical-coordinate representation of color #5302AE: hue angle of 268.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302AE is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 2 | 174 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.32 |
| HSL | 268.26º | 0.98% | 0.35% | - |
| HSV(B) | 268.26º | 0.99% | 0.68% | - |
| XYZ | 11.23 | 4.94 | 40.41 | - |
| YUV | 45.83 | 200.34 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 174 | 0.52 | 0.99 | 0 | 0.32 | 268.26 | 0.98 | 0.35 |
| Hex | 53 | 2 | AE | 34 | 63 | 0 | 20 | 10C | 62 | 23 |
| Octal | 123 | 2 | 256 | 64 | 143 | 0 | 40 | 414 | 142 | 43 |
| Binary | 1010011 | 10 | 10101110 | 110100 | 1100011 | 0 | 100000 | 100001100 | 1100010 | 100011 |
Color Harmonies of #5302AE
Complementary color
Monochromatic Colors of #5302AE
Black with #5302AE
Text Example
Text Example
White with #5302AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5302AE; }
p { color: rgb(83,2,174); }
H1.HeaderClassName
{
color: #5302AE;
}
.AnyTagClassName
{
color: #5302AE;
}
</style>
background-color css
<style>
a { background-color: #5302AE; }
a { background-color: rgb(83,2,174); }
div.DivClassName
{
background-color: #5302AE;
}
.BgClassName
{
background-color: #5302AE;
}
</style>
border-color css
<style>
span { border-color: #5302AE; }
span { border-color: rgb(83,2,174); }
td.TdClassName
{
border-color: #5302AE;
}
.TagClassName
{
border-color: #5302AE;
}
</style>