Shades of Indigo #530F69
Tints of Indigo #530F69
RGB
CMYK
RGB Variations
Color information
#530F69 (or 0x530F69) is known color: Indigo. HEX triplet: 53, 0F and 69. RGB value is (83,15,105). Sum of RGB (Red+Green+Blue) = 83+15+105=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #530F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F69 is #ACF096. Grayscale: #2D2D2D. Windows color (decimal): -11333783 or 6885203. OLE color: 6885203.
HSL color Cylindrical-coordinate representation of color #530F69: hue angle of 285.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530F69 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 15 | 105 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.59 |
| HSL | 285.33º | 0.75% | 0.24% | - |
| HSV(B) | 285.33º | 0.86% | 0.41% | - |
| XYZ | 6.29 | 3.2 | 13.65 | - |
| YUV | 45.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 105 | 0.21 | 0.86 | 0 | 0.59 | 285.33 | 0.75 | 0.24 |
| Hex | 53 | F | 69 | 15 | 56 | 0 | 3B | 11D | 4B | 18 |
| Octal | 123 | 17 | 151 | 25 | 126 | 0 | 73 | 435 | 113 | 30 |
| Binary | 1010011 | 1111 | 1101001 | 10101 | 1010110 | 0 | 111011 | 100011101 | 1001011 | 11000 |
Color Harmonies of #530F69
Complementary color
Monochromatic Colors of #530F69
Black with #530F69
Text Example
Text Example
White with #530F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F69; }
p { color: rgb(83,15,105); }
H1.HeaderClassName
{
color: #530F69;
}
.AnyTagClassName
{
color: #530F69;
}
</style>
background-color css
<style>
a { background-color: #530F69; }
a { background-color: rgb(83,15,105); }
div.DivClassName
{
background-color: #530F69;
}
.BgClassName
{
background-color: #530F69;
}
</style>
border-color css
<style>
span { border-color: #530F69; }
span { border-color: rgb(83,15,105); }
td.TdClassName
{
border-color: #530F69;
}
.TagClassName
{
border-color: #530F69;
}
</style>