Shades of Indigo #53068D
Tints of Indigo #53068D
RGB
CMYK
RGB Variations
Color information
#53068D (or 0x53068D) is known color: Indigo. HEX triplet: 53, 06 and 8D. RGB value is (83,6,141). Sum of RGB (Red+Green+Blue) = 83+6+141=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #53068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53068D is #ACF972. Grayscale: #2B2B2B. Windows color (decimal): -11336051 or 9242195. OLE color: 9242195.
HSL color Cylindrical-coordinate representation of color #53068D: hue angle of 274.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53068D is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 6 | 141 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.45 |
| HSL | 274.22º | 0.92% | 0.29% | - |
| HSV(B) | 274.22º | 0.96% | 0.55% | - |
| XYZ | 8.44 | 3.89 | 25.51 | - |
| YUV | 44.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 141 | 0.41 | 0.96 | 0 | 0.45 | 274.22 | 0.92 | 0.29 |
| Hex | 53 | 6 | 8D | 29 | 60 | 0 | 2D | 112 | 5C | 1D |
| Octal | 123 | 6 | 215 | 51 | 140 | 0 | 55 | 422 | 134 | 35 |
| Binary | 1010011 | 110 | 10001101 | 101001 | 1100000 | 0 | 101101 | 100010010 | 1011100 | 11101 |
Color Harmonies of #53068D
Complementary color
Monochromatic Colors of #53068D
Black with #53068D
Text Example
Text Example
White with #53068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53068D; }
p { color: rgb(83,6,141); }
H1.HeaderClassName
{
color: #53068D;
}
.AnyTagClassName
{
color: #53068D;
}
</style>
background-color css
<style>
a { background-color: #53068D; }
a { background-color: rgb(83,6,141); }
div.DivClassName
{
background-color: #53068D;
}
.BgClassName
{
background-color: #53068D;
}
</style>
border-color css
<style>
span { border-color: #53068D; }
span { border-color: rgb(83,6,141); }
td.TdClassName
{
border-color: #53068D;
}
.TagClassName
{
border-color: #53068D;
}
</style>