Shades of Indigo #52127B
Tints of Indigo #52127B
RGB
CMYK
RGB Variations
Color information
#52127B (or 0x52127B) is known color: Indigo. HEX triplet: 52, 12 and 7B. RGB value is (82,18,123). Sum of RGB (Red+Green+Blue) = 82+18+123=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #52127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52127B is #ADED84. Grayscale: #303030. Windows color (decimal): -11398533 or 8065618. OLE color: 8065618.
HSL color Cylindrical-coordinate representation of color #52127B: hue angle of 276.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52127B is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 18 | 123 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.52 |
| HSL | 276.57º | 0.74% | 0.28% | - |
| HSV(B) | 276.57º | 0.85% | 0.48% | - |
| XYZ | 7.27 | 3.66 | 19.06 | - |
| YUV | 49.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 123 | 0.33 | 0.85 | 0 | 0.52 | 276.57 | 0.74 | 0.28 |
| Hex | 52 | 12 | 7B | 21 | 55 | 0 | 34 | 115 | 4A | 1C |
| Octal | 122 | 22 | 173 | 41 | 125 | 0 | 64 | 425 | 112 | 34 |
| Binary | 1010010 | 10010 | 1111011 | 100001 | 1010101 | 0 | 110100 | 100010101 | 1001010 | 11100 |
Color Harmonies of #52127B
Complementary color
Monochromatic Colors of #52127B
Black with #52127B
Text Example
Text Example
White with #52127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52127B; }
p { color: rgb(82,18,123); }
H1.HeaderClassName
{
color: #52127B;
}
.AnyTagClassName
{
color: #52127B;
}
</style>
background-color css
<style>
a { background-color: #52127B; }
a { background-color: rgb(82,18,123); }
div.DivClassName
{
background-color: #52127B;
}
.BgClassName
{
background-color: #52127B;
}
</style>
border-color css
<style>
span { border-color: #52127B; }
span { border-color: rgb(82,18,123); }
td.TdClassName
{
border-color: #52127B;
}
.TagClassName
{
border-color: #52127B;
}
</style>