Shades of Indigo #5200B0
Tints of Indigo #5200B0
RGB
CMYK
RGB Variations
Color information
#5200B0 (or 0x5200B0) is known color: Indigo. HEX triplet: 52, 00 and B0. RGB value is (82,0,176). Sum of RGB (Red+Green+Blue) = 82+0+176=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #5200B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5200B0 is #ADFF4F. Grayscale: #2B2B2B. Windows color (decimal): -11403088 or 11534418. OLE color: 11534418.
HSL color Cylindrical-coordinate representation of color #5200B0: hue angle of 267.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200B0 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 0 | 176 | - |
| CMYK | 0.53 | 1 | 0 | 0.31 |
| HSL | 267.95º | 1% | 0.35% | - |
| HSV(B) | 267.95º | 1% | 0.69% | - |
| XYZ | 11.32 | 4.93 | 41.43 | - |
| YUV | 44.58 | 202.17 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 176 | 0.53 | 1 | 0 | 0.31 | 267.95 | 1 | 0.35 |
| Hex | 52 | 0 | B0 | 35 | 64 | 0 | 1F | 10C | 64 | 23 |
| Octal | 122 | 0 | 260 | 65 | 144 | 0 | 37 | 414 | 144 | 43 |
| Binary | 1010010 | 0 | 10110000 | 110101 | 1100100 | 0 | 11111 | 100001100 | 1100100 | 100011 |
Color Harmonies of #5200B0
Complementary color
Monochromatic Colors of #5200B0
Black with #5200B0
Text Example
Text Example
White with #5200B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200B0; }
p { color: rgb(82,0,176); }
H1.HeaderClassName
{
color: #5200B0;
}
.AnyTagClassName
{
color: #5200B0;
}
</style>
background-color css
<style>
a { background-color: #5200B0; }
a { background-color: rgb(82,0,176); }
div.DivClassName
{
background-color: #5200B0;
}
.BgClassName
{
background-color: #5200B0;
}
</style>
border-color css
<style>
span { border-color: #5200B0; }
span { border-color: rgb(82,0,176); }
td.TdClassName
{
border-color: #5200B0;
}
.TagClassName
{
border-color: #5200B0;
}
</style>