Shades of Indigo #530488
Tints of Indigo #530488
RGB
CMYK
RGB Variations
Color information
#530488 (or 0x530488) is known color: Indigo. HEX triplet: 53, 04 and 88. RGB value is (83,4,136). Sum of RGB (Red+Green+Blue) = 83+4+136=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #530488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530488 is #ACFB77. Grayscale: #2A2A2A. Windows color (decimal): -11336568 or 8914003. OLE color: 8914003.
HSL color Cylindrical-coordinate representation of color #530488: hue angle of 275.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530488 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 4 | 136 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.47 |
| HSL | 275.91º | 0.94% | 0.27% | - |
| HSV(B) | 275.91º | 0.97% | 0.53% | - |
| XYZ | 8.05 | 3.7 | 23.58 | - |
| YUV | 42.67 | 180.67 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 136 | 0.39 | 0.97 | 0 | 0.47 | 275.91 | 0.94 | 0.27 |
| Hex | 53 | 4 | 88 | 27 | 61 | 0 | 2F | 114 | 5E | 1B |
| Octal | 123 | 4 | 210 | 47 | 141 | 0 | 57 | 424 | 136 | 33 |
| Binary | 1010011 | 100 | 10001000 | 100111 | 1100001 | 0 | 101111 | 100010100 | 1011110 | 11011 |
Color Harmonies of #530488
Complementary color
Monochromatic Colors of #530488
Black with #530488
Text Example
Text Example
White with #530488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530488; }
p { color: rgb(83,4,136); }
H1.HeaderClassName
{
color: #530488;
}
.AnyTagClassName
{
color: #530488;
}
</style>
background-color css
<style>
a { background-color: #530488; }
a { background-color: rgb(83,4,136); }
div.DivClassName
{
background-color: #530488;
}
.BgClassName
{
background-color: #530488;
}
</style>
border-color css
<style>
span { border-color: #530488; }
span { border-color: rgb(83,4,136); }
td.TdClassName
{
border-color: #530488;
}
.TagClassName
{
border-color: #530488;
}
</style>