Shades of Indigo #530366
Tints of Indigo #530366
RGB
CMYK
RGB Variations
Color information
#530366 (or 0x530366) is known color: Indigo. HEX triplet: 53, 03 and 66. RGB value is (83,3,102). Sum of RGB (Red+Green+Blue) = 83+3+102=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #530366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530366 is #ACFC99. Grayscale: #252525. Windows color (decimal): -11336858 or 6685523. OLE color: 6685523.
HSL color Cylindrical-coordinate representation of color #530366: hue angle of 288.48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530366 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 3 | 102 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.6 |
| HSL | 288.48º | 0.94% | 0.21% | - |
| HSV(B) | 288.48º | 0.97% | 0.4% | - |
| XYZ | 6 | 2.86 | 12.81 | - |
| YUV | 38.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 102 | 0.19 | 0.97 | 0 | 0.6 | 288.48 | 0.94 | 0.21 |
| Hex | 53 | 3 | 66 | 13 | 61 | 0 | 3C | 120 | 5E | 15 |
| Octal | 123 | 3 | 146 | 23 | 141 | 0 | 74 | 440 | 136 | 25 |
| Binary | 1010011 | 11 | 1100110 | 10011 | 1100001 | 0 | 111100 | 100100000 | 1011110 | 10101 |
Color Harmonies of #530366
Complementary color
Monochromatic Colors of #530366
Black with #530366
Text Example
Text Example
White with #530366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530366; }
p { color: rgb(83,3,102); }
H1.HeaderClassName
{
color: #530366;
}
.AnyTagClassName
{
color: #530366;
}
</style>
background-color css
<style>
a { background-color: #530366; }
a { background-color: rgb(83,3,102); }
div.DivClassName
{
background-color: #530366;
}
.BgClassName
{
background-color: #530366;
}
</style>
border-color css
<style>
span { border-color: #530366; }
span { border-color: rgb(83,3,102); }
td.TdClassName
{
border-color: #530366;
}
.TagClassName
{
border-color: #530366;
}
</style>