Shades of Indigo #530293
Tints of Indigo #530293
RGB
CMYK
RGB Variations
Color information
#530293 (or 0x530293) is known color: Indigo. HEX triplet: 53, 02 and 93. RGB value is (83,2,147). Sum of RGB (Red+Green+Blue) = 83+2+147=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #530293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530293 is #ACFD6C. Grayscale: #2A2A2A. Windows color (decimal): -11337069 or 9634387. OLE color: 9634387.
HSL color Cylindrical-coordinate representation of color #530293: hue angle of 273.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530293 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 2 | 147 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.42 |
| HSL | 273.52º | 0.97% | 0.29% | - |
| HSV(B) | 273.52º | 0.99% | 0.58% | - |
| XYZ | 8.86 | 3.99 | 27.91 | - |
| YUV | 42.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 147 | 0.44 | 0.99 | 0 | 0.42 | 273.52 | 0.97 | 0.29 |
| Hex | 53 | 2 | 93 | 2C | 63 | 0 | 2A | 112 | 61 | 1D |
| Octal | 123 | 2 | 223 | 54 | 143 | 0 | 52 | 422 | 141 | 35 |
| Binary | 1010011 | 10 | 10010011 | 101100 | 1100011 | 0 | 101010 | 100010010 | 1100001 | 11101 |
Color Harmonies of #530293
Complementary color
Monochromatic Colors of #530293
Black with #530293
Text Example
Text Example
White with #530293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530293; }
p { color: rgb(83,2,147); }
H1.HeaderClassName
{
color: #530293;
}
.AnyTagClassName
{
color: #530293;
}
</style>
background-color css
<style>
a { background-color: #530293; }
a { background-color: rgb(83,2,147); }
div.DivClassName
{
background-color: #530293;
}
.BgClassName
{
background-color: #530293;
}
</style>
border-color css
<style>
span { border-color: #530293; }
span { border-color: rgb(83,2,147); }
td.TdClassName
{
border-color: #530293;
}
.TagClassName
{
border-color: #530293;
}
</style>