Shades of Indigo #52018A
Tints of Indigo #52018A
RGB
CMYK
RGB Variations
Color information
#52018A (or 0x52018A) is known color: Indigo. HEX triplet: 52, 01 and 8A. RGB value is (82,1,138). Sum of RGB (Red+Green+Blue) = 82+1+138=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #52018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52018A is #ADFE75. Grayscale: #282828. Windows color (decimal): -11402870 or 9044306. OLE color: 9044306.
HSL color Cylindrical-coordinate representation of color #52018A: hue angle of 275.47º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52018A is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 1 | 138 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.46 |
| HSL | 275.47º | 0.99% | 0.27% | - |
| HSV(B) | 275.47º | 0.99% | 0.54% | - |
| XYZ | 8.08 | 3.65 | 24.32 | - |
| YUV | 40.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 138 | 0.41 | 0.99 | 0 | 0.46 | 275.47 | 0.99 | 0.27 |
| Hex | 52 | 1 | 8A | 29 | 63 | 0 | 2E | 113 | 63 | 1B |
| Octal | 122 | 1 | 212 | 51 | 143 | 0 | 56 | 423 | 143 | 33 |
| Binary | 1010010 | 1 | 10001010 | 101001 | 1100011 | 0 | 101110 | 100010011 | 1100011 | 11011 |
Color Harmonies of #52018A
Complementary color
Monochromatic Colors of #52018A
Black with #52018A
Text Example
Text Example
White with #52018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52018A; }
p { color: rgb(82,1,138); }
H1.HeaderClassName
{
color: #52018A;
}
.AnyTagClassName
{
color: #52018A;
}
</style>
background-color css
<style>
a { background-color: #52018A; }
a { background-color: rgb(82,1,138); }
div.DivClassName
{
background-color: #52018A;
}
.BgClassName
{
background-color: #52018A;
}
</style>
border-color css
<style>
span { border-color: #52018A; }
span { border-color: rgb(82,1,138); }
td.TdClassName
{
border-color: #52018A;
}
.TagClassName
{
border-color: #52018A;
}
</style>