Shades of Indigo #5C0165
Tints of Indigo #5C0165
RGB
CMYK
RGB Variations
Color information
#5C0165 (or 0x5C0165) is known color: Indigo. HEX triplet: 5C, 01 and 65. RGB value is (92,1,101). Sum of RGB (Red+Green+Blue) = 92+1+101=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0165 is #A3FE9A. Grayscale: #272727. Windows color (decimal): -10747547 or 6619484. OLE color: 6619484.
HSL color Cylindrical-coordinate representation of color #5C0165: hue angle of 294.6º 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 #5C0165 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 1 | 101 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.60 |
| HSL | 294.6º | 0.98% | 0.2% | - |
| HSV(B) | 294.6º | 0.99% | 0.4% | - |
| XYZ | 6.77 | 3.24 | 12.58 | - |
| YUV | 39.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 101 | 0.09 | 0.99 | 0 | 0.60 | 294.6 | 0.98 | 0.2 |
| Hex | 5C | 1 | 65 | 9 | 63 | 0 | 3C | 127 | 62 | 14 |
| Octal | 134 | 1 | 145 | 11 | 143 | 0 | 74 | 447 | 142 | 24 |
| Binary | 1011100 | 1 | 1100101 | 1001 | 1100011 | 0 | 111100 | 100100111 | 1100010 | 10100 |
Color Harmonies of #5C0165
Complementary color
Monochromatic Colors of #5C0165
Black with #5C0165
Text Example
Text Example
White with #5C0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0165; }
p { color: rgb(92,1,101); }
H1.HeaderClassName
{
color: #5C0165;
}
.AnyTagClassName
{
color: #5C0165;
}
</style>
background-color css
<style>
a { background-color: #5C0165; }
a { background-color: rgb(92,1,101); }
div.DivClassName
{
background-color: #5C0165;
}
.BgClassName
{
background-color: #5C0165;
}
</style>
border-color css
<style>
span { border-color: #5C0165; }
span { border-color: rgb(92,1,101); }
td.TdClassName
{
border-color: #5C0165;
}
.TagClassName
{
border-color: #5C0165;
}
</style>