Shades of Indigo #530387
Tints of Indigo #530387
RGB
CMYK
RGB Variations
Color information
#530387 (or 0x530387) is known color: Indigo. HEX triplet: 53, 03 and 87. RGB value is (83,3,135). Sum of RGB (Red+Green+Blue) = 83+3+135=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #530387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530387 is #ACFC78. Grayscale: #292929. Windows color (decimal): -11336825 or 8848211. OLE color: 8848211.
HSL color Cylindrical-coordinate representation of color #530387: hue angle of 276.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530387 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 3 | 135 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.47 |
| HSL | 276.36º | 0.96% | 0.27% | - |
| HSV(B) | 276.36º | 0.98% | 0.53% | - |
| XYZ | 7.97 | 3.65 | 23.21 | - |
| YUV | 41.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 135 | 0.39 | 0.98 | 0 | 0.47 | 276.36 | 0.96 | 0.27 |
| Hex | 53 | 3 | 87 | 27 | 62 | 0 | 2F | 114 | 60 | 1B |
| Octal | 123 | 3 | 207 | 47 | 142 | 0 | 57 | 424 | 140 | 33 |
| Binary | 1010011 | 11 | 10000111 | 100111 | 1100010 | 0 | 101111 | 100010100 | 1100000 | 11011 |
Color Harmonies of #530387
Complementary color
Monochromatic Colors of #530387
Black with #530387
Text Example
Text Example
White with #530387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530387; }
p { color: rgb(83,3,135); }
H1.HeaderClassName
{
color: #530387;
}
.AnyTagClassName
{
color: #530387;
}
</style>
background-color css
<style>
a { background-color: #530387; }
a { background-color: rgb(83,3,135); }
div.DivClassName
{
background-color: #530387;
}
.BgClassName
{
background-color: #530387;
}
</style>
border-color css
<style>
span { border-color: #530387; }
span { border-color: rgb(83,3,135); }
td.TdClassName
{
border-color: #530387;
}
.TagClassName
{
border-color: #530387;
}
</style>