Shades of Indigo #530D99
Tints of Indigo #530D99
RGB
CMYK
RGB Variations
Color information
#530D99 (or 0x530D99) is known color: Indigo. HEX triplet: 53, 0D and 99. RGB value is (83,13,153). Sum of RGB (Red+Green+Blue) = 83+13+153=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #530D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530D99 is #ACF266. Grayscale: #313131. Windows color (decimal): -11334247 or 10030419. OLE color: 10030419.
HSL color Cylindrical-coordinate representation of color #530D99: hue angle of 270º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530D99 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 13 | 153 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.4 |
| HSL | 270º | 0.84% | 0.33% | - |
| HSV(B) | 270º | 0.92% | 0.6% | - |
| XYZ | 9.46 | 4.43 | 30.49 | - |
| YUV | 49.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 153 | 0.46 | 0.92 | 0 | 0.4 | 270 | 0.84 | 0.33 |
| Hex | 53 | D | 99 | 2E | 5C | 0 | 28 | 10E | 54 | 21 |
| Octal | 123 | 15 | 231 | 56 | 134 | 0 | 50 | 416 | 124 | 41 |
| Binary | 1010011 | 1101 | 10011001 | 101110 | 1011100 | 0 | 101000 | 100001110 | 1010100 | 100001 |
Color Harmonies of #530D99
Complementary color
Monochromatic Colors of #530D99
Black with #530D99
Text Example
Text Example
White with #530D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D99; }
p { color: rgb(83,13,153); }
H1.HeaderClassName
{
color: #530D99;
}
.AnyTagClassName
{
color: #530D99;
}
</style>
background-color css
<style>
a { background-color: #530D99; }
a { background-color: rgb(83,13,153); }
div.DivClassName
{
background-color: #530D99;
}
.BgClassName
{
background-color: #530D99;
}
</style>
border-color css
<style>
span { border-color: #530D99; }
span { border-color: rgb(83,13,153); }
td.TdClassName
{
border-color: #530D99;
}
.TagClassName
{
border-color: #530D99;
}
</style>