Shades of Indigo #52069B
Tints of Indigo #52069B
RGB
CMYK
RGB Variations
Color information
#52069B (or 0x52069B) is known color: Indigo. HEX triplet: 52, 06 and 9B. RGB value is (82,6,155). Sum of RGB (Red+Green+Blue) = 82+6+155=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #52069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52069B is #ADF964. Grayscale: #2D2D2D. Windows color (decimal): -11401573 or 10159698. OLE color: 10159698.
HSL color Cylindrical-coordinate representation of color #52069B: hue angle of 270.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52069B is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 6 | 155 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.39 |
| HSL | 270.6º | 0.93% | 0.32% | - |
| HSV(B) | 270.6º | 0.96% | 0.61% | - |
| XYZ | 9.46 | 4.29 | 31.34 | - |
| YUV | 45.71 | 189.68 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 155 | 0.47 | 0.96 | 0 | 0.39 | 270.6 | 0.93 | 0.32 |
| Hex | 52 | 6 | 9B | 2F | 60 | 0 | 27 | 10F | 5D | 20 |
| Octal | 122 | 6 | 233 | 57 | 140 | 0 | 47 | 417 | 135 | 40 |
| Binary | 1010010 | 110 | 10011011 | 101111 | 1100000 | 0 | 100111 | 100001111 | 1011101 | 100000 |
Color Harmonies of #52069B
Complementary color
Monochromatic Colors of #52069B
Black with #52069B
Text Example
Text Example
White with #52069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52069B; }
p { color: rgb(82,6,155); }
H1.HeaderClassName
{
color: #52069B;
}
.AnyTagClassName
{
color: #52069B;
}
</style>
background-color css
<style>
a { background-color: #52069B; }
a { background-color: rgb(82,6,155); }
div.DivClassName
{
background-color: #52069B;
}
.BgClassName
{
background-color: #52069B;
}
</style>
border-color css
<style>
span { border-color: #52069B; }
span { border-color: rgb(82,6,155); }
td.TdClassName
{
border-color: #52069B;
}
.TagClassName
{
border-color: #52069B;
}
</style>