Shades of Indigo #56098A
Tints of Indigo #56098A
RGB
CMYK
RGB Variations
Color information
#56098A (or 0x56098A) is known color: Indigo. HEX triplet: 56, 09 and 8A. RGB value is (86,9,138). Sum of RGB (Red+Green+Blue) = 86+9+138=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #56098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56098A is #A9F675. Grayscale: #2E2E2E. Windows color (decimal): -11138678 or 9046358. OLE color: 9046358.
HSL color Cylindrical-coordinate representation of color #56098A: hue angle of 275.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56098A is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 9 | 138 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.46 |
| HSL | 275.81º | 0.88% | 0.29% | - |
| HSV(B) | 275.81º | 0.93% | 0.54% | - |
| XYZ | 8.52 | 4.01 | 24.37 | - |
| YUV | 46.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 138 | 0.38 | 0.93 | 0 | 0.46 | 275.81 | 0.88 | 0.29 |
| Hex | 56 | 9 | 8A | 26 | 5D | 0 | 2E | 114 | 58 | 1D |
| Octal | 126 | 11 | 212 | 46 | 135 | 0 | 56 | 424 | 130 | 35 |
| Binary | 1010110 | 1001 | 10001010 | 100110 | 1011101 | 0 | 101110 | 100010100 | 1011000 | 11101 |
Color Harmonies of #56098A
Complementary color
Monochromatic Colors of #56098A
Black with #56098A
Text Example
Text Example
White with #56098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56098A; }
p { color: rgb(86,9,138); }
H1.HeaderClassName
{
color: #56098A;
}
.AnyTagClassName
{
color: #56098A;
}
</style>
background-color css
<style>
a { background-color: #56098A; }
a { background-color: rgb(86,9,138); }
div.DivClassName
{
background-color: #56098A;
}
.BgClassName
{
background-color: #56098A;
}
</style>
border-color css
<style>
span { border-color: #56098A; }
span { border-color: rgb(86,9,138); }
td.TdClassName
{
border-color: #56098A;
}
.TagClassName
{
border-color: #56098A;
}
</style>