Shades of Indigo #530175
Tints of Indigo #530175
RGB
CMYK
RGB Variations
Color information
#530175 (or 0x530175) is known color: Indigo. HEX triplet: 53, 01 and 75. RGB value is (83,1,117). Sum of RGB (Red+Green+Blue) = 83+1+117=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #530175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530175 is #ACFE8A. Grayscale: #262626. Windows color (decimal): -11337355 or 7668051. OLE color: 7668051.
HSL color Cylindrical-coordinate representation of color #530175: hue angle of 282.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530175 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 1 | 117 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.54 |
| HSL | 282.41º | 0.98% | 0.23% | - |
| HSV(B) | 282.41º | 0.99% | 0.46% | - |
| XYZ | 6.79 | 3.15 | 17.08 | - |
| YUV | 38.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 117 | 0.29 | 0.99 | 0 | 0.54 | 282.41 | 0.98 | 0.23 |
| Hex | 53 | 1 | 75 | 1D | 63 | 0 | 36 | 11A | 62 | 17 |
| Octal | 123 | 1 | 165 | 35 | 143 | 0 | 66 | 432 | 142 | 27 |
| Binary | 1010011 | 1 | 1110101 | 11101 | 1100011 | 0 | 110110 | 100011010 | 1100010 | 10111 |
Color Harmonies of #530175
Complementary color
Monochromatic Colors of #530175
Black with #530175
Text Example
Text Example
White with #530175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530175; }
p { color: rgb(83,1,117); }
H1.HeaderClassName
{
color: #530175;
}
.AnyTagClassName
{
color: #530175;
}
</style>
background-color css
<style>
a { background-color: #530175; }
a { background-color: rgb(83,1,117); }
div.DivClassName
{
background-color: #530175;
}
.BgClassName
{
background-color: #530175;
}
</style>
border-color css
<style>
span { border-color: #530175; }
span { border-color: rgb(83,1,117); }
td.TdClassName
{
border-color: #530175;
}
.TagClassName
{
border-color: #530175;
}
</style>