Shades of Indigo #530993
Tints of Indigo #530993
RGB
CMYK
RGB Variations
Color information
#530993 (or 0x530993) is known color: Indigo. HEX triplet: 53, 09 and 93. RGB value is (83,9,147). Sum of RGB (Red+Green+Blue) = 83+9+147=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #530993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530993 is #ACF66C. Grayscale: #2E2E2E. Windows color (decimal): -11335277 or 9636179. OLE color: 9636179.
HSL color Cylindrical-coordinate representation of color #530993: hue angle of 272.17º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530993 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 9 | 147 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.42 |
| HSL | 272.17º | 0.88% | 0.31% | - |
| HSV(B) | 272.17º | 0.94% | 0.58% | - |
| XYZ | 8.93 | 4.14 | 27.93 | - |
| YUV | 46.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 147 | 0.44 | 0.94 | 0 | 0.42 | 272.17 | 0.88 | 0.31 |
| Hex | 53 | 9 | 93 | 2C | 5E | 0 | 2A | 110 | 58 | 1F |
| Octal | 123 | 11 | 223 | 54 | 136 | 0 | 52 | 420 | 130 | 37 |
| Binary | 1010011 | 1001 | 10010011 | 101100 | 1011110 | 0 | 101010 | 100010000 | 1011000 | 11111 |
Color Harmonies of #530993
Complementary color
Monochromatic Colors of #530993
Black with #530993
Text Example
Text Example
White with #530993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530993; }
p { color: rgb(83,9,147); }
H1.HeaderClassName
{
color: #530993;
}
.AnyTagClassName
{
color: #530993;
}
</style>
background-color css
<style>
a { background-color: #530993; }
a { background-color: rgb(83,9,147); }
div.DivClassName
{
background-color: #530993;
}
.BgClassName
{
background-color: #530993;
}
</style>
border-color css
<style>
span { border-color: #530993; }
span { border-color: rgb(83,9,147); }
td.TdClassName
{
border-color: #530993;
}
.TagClassName
{
border-color: #530993;
}
</style>