Shades of Indigo #530362
Tints of Indigo #530362
RGB
CMYK
RGB Variations
Color information
#530362 (or 0x530362) is known color: Indigo. HEX triplet: 53, 03 and 62. RGB value is (83,3,98). Sum of RGB (Red+Green+Blue) = 83+3+98=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #530362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530362 is #ACFC9D. Grayscale: #252525. Windows color (decimal): -11336862 or 6423379. OLE color: 6423379.
HSL color Cylindrical-coordinate representation of color #530362: hue angle of 290.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530362 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 3 | 98 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.62 |
| HSL | 290.53º | 0.94% | 0.2% | - |
| HSV(B) | 290.53º | 0.97% | 0.38% | - |
| XYZ | 5.8 | 2.79 | 11.79 | - |
| YUV | 37.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 98 | 0.15 | 0.97 | 0 | 0.62 | 290.53 | 0.94 | 0.2 |
| Hex | 53 | 3 | 62 | F | 61 | 0 | 3E | 123 | 5E | 14 |
| Octal | 123 | 3 | 142 | 17 | 141 | 0 | 76 | 443 | 136 | 24 |
| Binary | 1010011 | 11 | 1100010 | 1111 | 1100001 | 0 | 111110 | 100100011 | 1011110 | 10100 |
Color Harmonies of #530362
Complementary color
Monochromatic Colors of #530362
Black with #530362
Text Example
Text Example
White with #530362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530362; }
p { color: rgb(83,3,98); }
H1.HeaderClassName
{
color: #530362;
}
.AnyTagClassName
{
color: #530362;
}
</style>
background-color css
<style>
a { background-color: #530362; }
a { background-color: rgb(83,3,98); }
div.DivClassName
{
background-color: #530362;
}
.BgClassName
{
background-color: #530362;
}
</style>
border-color css
<style>
span { border-color: #530362; }
span { border-color: rgb(83,3,98); }
td.TdClassName
{
border-color: #530362;
}
.TagClassName
{
border-color: #530362;
}
</style>