Shades of Indigo #5C0467
Tints of Indigo #5C0467
RGB
CMYK
RGB Variations
Color information
#5C0467 (or 0x5C0467) is known color: Indigo. HEX triplet: 5C, 04 and 67. RGB value is (92,4,103). Sum of RGB (Red+Green+Blue) = 92+4+103=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C0467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0467 is #A3FB98. Grayscale: #292929. Windows color (decimal): -10746777 or 6751324. OLE color: 6751324.
HSL color Cylindrical-coordinate representation of color #5C0467: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0467 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 4 | 103 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.60 |
| HSL | 293.33º | 0.93% | 0.21% | - |
| HSV(B) | 293.33º | 0.96% | 0.4% | - |
| XYZ | 6.91 | 3.34 | 13.11 | - |
| YUV | 41.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 103 | 0.11 | 0.96 | 0 | 0.60 | 293.33 | 0.93 | 0.21 |
| Hex | 5C | 4 | 67 | B | 60 | 0 | 3C | 125 | 5D | 15 |
| Octal | 134 | 4 | 147 | 13 | 140 | 0 | 74 | 445 | 135 | 25 |
| Binary | 1011100 | 100 | 1100111 | 1011 | 1100000 | 0 | 111100 | 100100101 | 1011101 | 10101 |
Color Harmonies of #5C0467
Complementary color
Monochromatic Colors of #5C0467
Black with #5C0467
Text Example
Text Example
White with #5C0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0467; }
p { color: rgb(92,4,103); }
H1.HeaderClassName
{
color: #5C0467;
}
.AnyTagClassName
{
color: #5C0467;
}
</style>
background-color css
<style>
a { background-color: #5C0467; }
a { background-color: rgb(92,4,103); }
div.DivClassName
{
background-color: #5C0467;
}
.BgClassName
{
background-color: #5C0467;
}
</style>
border-color css
<style>
span { border-color: #5C0467; }
span { border-color: rgb(92,4,103); }
td.TdClassName
{
border-color: #5C0467;
}
.TagClassName
{
border-color: #5C0467;
}
</style>