Shades of Indigo #56067B
Tints of Indigo #56067B
RGB
CMYK
RGB Variations
Color information
#56067B (or 0x56067B) is known color: Indigo. HEX triplet: 56, 06 and 7B. RGB value is (86,6,123). Sum of RGB (Red+Green+Blue) = 86+6+123=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #56067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56067B is #A9F984. Grayscale: #2A2A2A. Windows color (decimal): -11139461 or 8062550. OLE color: 8062550.
HSL color Cylindrical-coordinate representation of color #56067B: hue angle of 281.03º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56067B is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 6 | 123 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.52 |
| HSL | 281.03º | 0.91% | 0.25% | - |
| HSV(B) | 281.03º | 0.95% | 0.48% | - |
| XYZ | 7.48 | 3.54 | 19.03 | - |
| YUV | 43.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 123 | 0.30 | 0.95 | 0 | 0.52 | 281.03 | 0.91 | 0.25 |
| Hex | 56 | 6 | 7B | 1E | 5F | 0 | 34 | 119 | 5B | 19 |
| Octal | 126 | 6 | 173 | 36 | 137 | 0 | 64 | 431 | 133 | 31 |
| Binary | 1010110 | 110 | 1111011 | 11110 | 1011111 | 0 | 110100 | 100011001 | 1011011 | 11001 |
Color Harmonies of #56067B
Complementary color
Monochromatic Colors of #56067B
Black with #56067B
Text Example
Text Example
White with #56067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56067B; }
p { color: rgb(86,6,123); }
H1.HeaderClassName
{
color: #56067B;
}
.AnyTagClassName
{
color: #56067B;
}
</style>
background-color css
<style>
a { background-color: #56067B; }
a { background-color: rgb(86,6,123); }
div.DivClassName
{
background-color: #56067B;
}
.BgClassName
{
background-color: #56067B;
}
</style>
border-color css
<style>
span { border-color: #56067B; }
span { border-color: rgb(86,6,123); }
td.TdClassName
{
border-color: #56067B;
}
.TagClassName
{
border-color: #56067B;
}
</style>