Shades of Indigo #530381
Tints of Indigo #530381
RGB
CMYK
RGB Variations
Color information
#530381 (or 0x530381) is known color: Indigo. HEX triplet: 53, 03 and 81. RGB value is (83,3,129). Sum of RGB (Red+Green+Blue) = 83+3+129=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #530381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530381 is #ACFC7E. Grayscale: #282828. Windows color (decimal): -11336831 or 8454995. OLE color: 8454995.
HSL color Cylindrical-coordinate representation of color #530381: hue angle of 278.1º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530381 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 3 | 129 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.49 |
| HSL | 278.1º | 0.95% | 0.26% | - |
| HSV(B) | 278.1º | 0.98% | 0.51% | - |
| XYZ | 7.56 | 3.49 | 21.04 | - |
| YUV | 41.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 129 | 0.36 | 0.98 | 0 | 0.49 | 278.1 | 0.95 | 0.26 |
| Hex | 53 | 3 | 81 | 24 | 62 | 0 | 31 | 116 | 5F | 1A |
| Octal | 123 | 3 | 201 | 44 | 142 | 0 | 61 | 426 | 137 | 32 |
| Binary | 1010011 | 11 | 10000001 | 100100 | 1100010 | 0 | 110001 | 100010110 | 1011111 | 11010 |
Color Harmonies of #530381
Complementary color
Monochromatic Colors of #530381
Black with #530381
Text Example
Text Example
White with #530381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530381; }
p { color: rgb(83,3,129); }
H1.HeaderClassName
{
color: #530381;
}
.AnyTagClassName
{
color: #530381;
}
</style>
background-color css
<style>
a { background-color: #530381; }
a { background-color: rgb(83,3,129); }
div.DivClassName
{
background-color: #530381;
}
.BgClassName
{
background-color: #530381;
}
</style>
border-color css
<style>
span { border-color: #530381; }
span { border-color: rgb(83,3,129); }
td.TdClassName
{
border-color: #530381;
}
.TagClassName
{
border-color: #530381;
}
</style>