Shades of Indigo #530799
Tints of Indigo #530799
RGB
CMYK
RGB Variations
Color information
#530799 (or 0x530799) is known color: Indigo. HEX triplet: 53, 07 and 99. RGB value is (83,7,153). Sum of RGB (Red+Green+Blue) = 83+7+153=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #530799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530799 is #ACF866. Grayscale: #2D2D2D. Windows color (decimal): -11335783 or 10028883. OLE color: 10028883.
HSL color Cylindrical-coordinate representation of color #530799: hue angle of 271.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530799 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 7 | 153 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.4 |
| HSL | 271.23º | 0.91% | 0.31% | - |
| HSV(B) | 271.23º | 0.95% | 0.6% | - |
| XYZ | 9.39 | 4.29 | 30.47 | - |
| YUV | 46.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 153 | 0.46 | 0.95 | 0 | 0.4 | 271.23 | 0.91 | 0.31 |
| Hex | 53 | 7 | 99 | 2E | 5F | 0 | 28 | 10F | 5B | 1F |
| Octal | 123 | 7 | 231 | 56 | 137 | 0 | 50 | 417 | 133 | 37 |
| Binary | 1010011 | 111 | 10011001 | 101110 | 1011111 | 0 | 101000 | 100001111 | 1011011 | 11111 |
Color Harmonies of #530799
Complementary color
Monochromatic Colors of #530799
Black with #530799
Text Example
Text Example
White with #530799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530799; }
p { color: rgb(83,7,153); }
H1.HeaderClassName
{
color: #530799;
}
.AnyTagClassName
{
color: #530799;
}
</style>
background-color css
<style>
a { background-color: #530799; }
a { background-color: rgb(83,7,153); }
div.DivClassName
{
background-color: #530799;
}
.BgClassName
{
background-color: #530799;
}
</style>
border-color css
<style>
span { border-color: #530799; }
span { border-color: rgb(83,7,153); }
td.TdClassName
{
border-color: #530799;
}
.TagClassName
{
border-color: #530799;
}
</style>