Shades of Indigo #560398
Tints of Indigo #560398
RGB
CMYK
RGB Variations
Color information
#560398 (or 0x560398) is known color: Indigo. HEX triplet: 56, 03 and 98. RGB value is (86,3,152). Sum of RGB (Red+Green+Blue) = 86+3+152=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #560398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560398 is #A9FC67. Grayscale: #2C2C2C. Windows color (decimal): -11140200 or 9962326. OLE color: 9962326.
HSL color Cylindrical-coordinate representation of color #560398: hue angle of 273.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560398 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 3 | 152 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.40 |
| HSL | 273.42º | 0.96% | 0.3% | - |
| HSV(B) | 273.42º | 0.98% | 0.6% | - |
| XYZ | 9.54 | 4.31 | 30.04 | - |
| YUV | 44.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 152 | 0.43 | 0.98 | 0 | 0.40 | 273.42 | 0.96 | 0.3 |
| Hex | 56 | 3 | 98 | 2B | 62 | 0 | 28 | 111 | 60 | 1E |
| Octal | 126 | 3 | 230 | 53 | 142 | 0 | 50 | 421 | 140 | 36 |
| Binary | 1010110 | 11 | 10011000 | 101011 | 1100010 | 0 | 101000 | 100010001 | 1100000 | 11110 |
Color Harmonies of #560398
Complementary color
Monochromatic Colors of #560398
Black with #560398
Text Example
Text Example
White with #560398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560398; }
p { color: rgb(86,3,152); }
H1.HeaderClassName
{
color: #560398;
}
.AnyTagClassName
{
color: #560398;
}
</style>
background-color css
<style>
a { background-color: #560398; }
a { background-color: rgb(86,3,152); }
div.DivClassName
{
background-color: #560398;
}
.BgClassName
{
background-color: #560398;
}
</style>
border-color css
<style>
span { border-color: #560398; }
span { border-color: rgb(86,3,152); }
td.TdClassName
{
border-color: #560398;
}
.TagClassName
{
border-color: #560398;
}
</style>