Shades of Indigo #530A8E
Tints of Indigo #530A8E
RGB
CMYK
RGB Variations
Color information
#530A8E (or 0x530A8E) is known color: Indigo. HEX triplet: 53, 0A and 8E. RGB value is (83,10,142). Sum of RGB (Red+Green+Blue) = 83+10+142=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #530A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530A8E is #ACF571. Grayscale: #2E2E2E. Windows color (decimal): -11335026 or 9308755. OLE color: 9308755.
HSL color Cylindrical-coordinate representation of color #530A8E: hue angle of 273.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530A8E is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 10 | 142 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.44 |
| HSL | 273.18º | 0.87% | 0.3% | - |
| HSV(B) | 273.18º | 0.93% | 0.56% | - |
| XYZ | 8.56 | 4.01 | 25.91 | - |
| YUV | 46.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 142 | 0.42 | 0.93 | 0 | 0.44 | 273.18 | 0.87 | 0.3 |
| Hex | 53 | A | 8E | 2A | 5D | 0 | 2C | 111 | 57 | 1E |
| Octal | 123 | 12 | 216 | 52 | 135 | 0 | 54 | 421 | 127 | 36 |
| Binary | 1010011 | 1010 | 10001110 | 101010 | 1011101 | 0 | 101100 | 100010001 | 1010111 | 11110 |
Color Harmonies of #530A8E
Complementary color
Monochromatic Colors of #530A8E
Black with #530A8E
Text Example
Text Example
White with #530A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A8E; }
p { color: rgb(83,10,142); }
H1.HeaderClassName
{
color: #530A8E;
}
.AnyTagClassName
{
color: #530A8E;
}
</style>
background-color css
<style>
a { background-color: #530A8E; }
a { background-color: rgb(83,10,142); }
div.DivClassName
{
background-color: #530A8E;
}
.BgClassName
{
background-color: #530A8E;
}
</style>
border-color css
<style>
span { border-color: #530A8E; }
span { border-color: rgb(83,10,142); }
td.TdClassName
{
border-color: #530A8E;
}
.TagClassName
{
border-color: #530A8E;
}
</style>