Shades of Indigo #56038B
Tints of Indigo #56038B
RGB
CMYK
RGB Variations
Color information
#56038B (or 0x56038B) is known color: Indigo. HEX triplet: 56, 03 and 8B. RGB value is (86,3,139). Sum of RGB (Red+Green+Blue) = 86+3+139=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #56038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56038B is #A9FC74. Grayscale: #2A2A2A. Windows color (decimal): -11140213 or 9110358. OLE color: 9110358.
HSL color Cylindrical-coordinate representation of color #56038B: hue angle of 276.62º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56038B is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 3 | 139 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.45 |
| HSL | 276.62º | 0.96% | 0.28% | - |
| HSV(B) | 276.62º | 0.98% | 0.55% | - |
| XYZ | 8.53 | 3.91 | 24.73 | - |
| YUV | 43.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 139 | 0.38 | 0.98 | 0 | 0.45 | 276.62 | 0.96 | 0.28 |
| Hex | 56 | 3 | 8B | 26 | 62 | 0 | 2D | 115 | 60 | 1C |
| Octal | 126 | 3 | 213 | 46 | 142 | 0 | 55 | 425 | 140 | 34 |
| Binary | 1010110 | 11 | 10001011 | 100110 | 1100010 | 0 | 101101 | 100010101 | 1100000 | 11100 |
Color Harmonies of #56038B
Complementary color
Monochromatic Colors of #56038B
Black with #56038B
Text Example
Text Example
White with #56038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56038B; }
p { color: rgb(86,3,139); }
H1.HeaderClassName
{
color: #56038B;
}
.AnyTagClassName
{
color: #56038B;
}
</style>
background-color css
<style>
a { background-color: #56038B; }
a { background-color: rgb(86,3,139); }
div.DivClassName
{
background-color: #56038B;
}
.BgClassName
{
background-color: #56038B;
}
</style>
border-color css
<style>
span { border-color: #56038B; }
span { border-color: rgb(86,3,139); }
td.TdClassName
{
border-color: #56038B;
}
.TagClassName
{
border-color: #56038B;
}
</style>