Shades of Indigo #5C0167
Tints of Indigo #5C0167
RGB
CMYK
RGB Variations
Color information
#5C0167 (or 0x5C0167) is known color: Indigo. HEX triplet: 5C, 01 and 67. RGB value is (92,1,103). Sum of RGB (Red+Green+Blue) = 92+1+103=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C0167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0167 is #A3FE98. Grayscale: #272727. Windows color (decimal): -10747545 or 6750556. OLE color: 6750556.
HSL color Cylindrical-coordinate representation of color #5C0167: hue angle of 293.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0167 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 1 | 103 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.60 |
| HSL | 293.53º | 0.98% | 0.2% | - |
| HSV(B) | 293.53º | 0.99% | 0.4% | - |
| XYZ | 6.87 | 3.28 | 13.1 | - |
| YUV | 39.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 103 | 0.11 | 0.99 | 0 | 0.60 | 293.53 | 0.98 | 0.2 |
| Hex | 5C | 1 | 67 | B | 63 | 0 | 3C | 126 | 62 | 14 |
| Octal | 134 | 1 | 147 | 13 | 143 | 0 | 74 | 446 | 142 | 24 |
| Binary | 1011100 | 1 | 1100111 | 1011 | 1100011 | 0 | 111100 | 100100110 | 1100010 | 10100 |
Color Harmonies of #5C0167
Complementary color
Monochromatic Colors of #5C0167
Black with #5C0167
Text Example
Text Example
White with #5C0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0167; }
p { color: rgb(92,1,103); }
H1.HeaderClassName
{
color: #5C0167;
}
.AnyTagClassName
{
color: #5C0167;
}
</style>
background-color css
<style>
a { background-color: #5C0167; }
a { background-color: rgb(92,1,103); }
div.DivClassName
{
background-color: #5C0167;
}
.BgClassName
{
background-color: #5C0167;
}
</style>
border-color css
<style>
span { border-color: #5C0167; }
span { border-color: rgb(92,1,103); }
td.TdClassName
{
border-color: #5C0167;
}
.TagClassName
{
border-color: #5C0167;
}
</style>