Shades of Indigo #530474
Tints of Indigo #530474
RGB
CMYK
RGB Variations
Color information
#530474 (or 0x530474) is known color: Indigo. HEX triplet: 53, 04 and 74. RGB value is (83,4,116). Sum of RGB (Red+Green+Blue) = 83+4+116=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #530474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530474 is #ACFB8B. Grayscale: #282828. Windows color (decimal): -11336588 or 7603283. OLE color: 7603283.
HSL color Cylindrical-coordinate representation of color #530474: hue angle of 282.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530474 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 4 | 116 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.55 |
| HSL | 282.32º | 0.93% | 0.24% | - |
| HSV(B) | 282.32º | 0.97% | 0.45% | - |
| XYZ | 6.76 | 3.19 | 16.78 | - |
| YUV | 40.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 116 | 0.28 | 0.97 | 0 | 0.55 | 282.32 | 0.93 | 0.24 |
| Hex | 53 | 4 | 74 | 1C | 61 | 0 | 37 | 11A | 5D | 18 |
| Octal | 123 | 4 | 164 | 34 | 141 | 0 | 67 | 432 | 135 | 30 |
| Binary | 1010011 | 100 | 1110100 | 11100 | 1100001 | 0 | 110111 | 100011010 | 1011101 | 11000 |
Color Harmonies of #530474
Complementary color
Monochromatic Colors of #530474
Black with #530474
Text Example
Text Example
White with #530474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530474; }
p { color: rgb(83,4,116); }
H1.HeaderClassName
{
color: #530474;
}
.AnyTagClassName
{
color: #530474;
}
</style>
background-color css
<style>
a { background-color: #530474; }
a { background-color: rgb(83,4,116); }
div.DivClassName
{
background-color: #530474;
}
.BgClassName
{
background-color: #530474;
}
</style>
border-color css
<style>
span { border-color: #530474; }
span { border-color: rgb(83,4,116); }
td.TdClassName
{
border-color: #530474;
}
.TagClassName
{
border-color: #530474;
}
</style>