Shades of Indigo #5C0667
Tints of Indigo #5C0667
RGB
CMYK
RGB Variations
Color information
#5C0667 (or 0x5C0667) is known color: Indigo. HEX triplet: 5C, 06 and 67. RGB value is (92,6,103). Sum of RGB (Red+Green+Blue) = 92+6+103=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C0667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0667 is #A3F998. Grayscale: #2A2A2A. Windows color (decimal): -10746265 or 6751836. OLE color: 6751836.
HSL color Cylindrical-coordinate representation of color #5C0667: hue angle of 293.2º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0667 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 6 | 103 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.60 |
| HSL | 293.2º | 0.89% | 0.21% | - |
| HSV(B) | 293.2º | 0.94% | 0.4% | - |
| XYZ | 6.93 | 3.38 | 13.12 | - |
| YUV | 42.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 103 | 0.11 | 0.94 | 0 | 0.60 | 293.2 | 0.89 | 0.21 |
| Hex | 5C | 6 | 67 | B | 5E | 0 | 3C | 125 | 59 | 15 |
| Octal | 134 | 6 | 147 | 13 | 136 | 0 | 74 | 445 | 131 | 25 |
| Binary | 1011100 | 110 | 1100111 | 1011 | 1011110 | 0 | 111100 | 100100101 | 1011001 | 10101 |
Color Harmonies of #5C0667
Complementary color
Monochromatic Colors of #5C0667
Black with #5C0667
Text Example
Text Example
White with #5C0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0667; }
p { color: rgb(92,6,103); }
H1.HeaderClassName
{
color: #5C0667;
}
.AnyTagClassName
{
color: #5C0667;
}
</style>
background-color css
<style>
a { background-color: #5C0667; }
a { background-color: rgb(92,6,103); }
div.DivClassName
{
background-color: #5C0667;
}
.BgClassName
{
background-color: #5C0667;
}
</style>
border-color css
<style>
span { border-color: #5C0667; }
span { border-color: rgb(92,6,103); }
td.TdClassName
{
border-color: #5C0667;
}
.TagClassName
{
border-color: #5C0667;
}
</style>