Shades of Indigo #5C0698
Tints of Indigo #5C0698
RGB
CMYK
RGB Variations
Color information
#5C0698 (or 0x5C0698) is known color: Indigo. HEX triplet: 5C, 06 and 98. RGB value is (92,6,152). Sum of RGB (Red+Green+Blue) = 92+6+152=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C0698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0698 is #A3F967. Grayscale: #2F2F2F. Windows color (decimal): -10746216 or 9963100. OLE color: 9963100.
HSL color Cylindrical-coordinate representation of color #5C0698: hue angle of 275.34º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0698 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 6 | 152 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.40 |
| HSL | 275.34º | 0.92% | 0.31% | - |
| HSV(B) | 275.34º | 0.96% | 0.6% | - |
| XYZ | 10.15 | 4.67 | 30.07 | - |
| YUV | 48.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 152 | 0.39 | 0.96 | 0 | 0.40 | 275.34 | 0.92 | 0.31 |
| Hex | 5C | 6 | 98 | 27 | 60 | 0 | 28 | 113 | 5C | 1F |
| Octal | 134 | 6 | 230 | 47 | 140 | 0 | 50 | 423 | 134 | 37 |
| Binary | 1011100 | 110 | 10011000 | 100111 | 1100000 | 0 | 101000 | 100010011 | 1011100 | 11111 |
Color Harmonies of #5C0698
Complementary color
Monochromatic Colors of #5C0698
Black with #5C0698
Text Example
Text Example
White with #5C0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0698; }
p { color: rgb(92,6,152); }
H1.HeaderClassName
{
color: #5C0698;
}
.AnyTagClassName
{
color: #5C0698;
}
</style>
background-color css
<style>
a { background-color: #5C0698; }
a { background-color: rgb(92,6,152); }
div.DivClassName
{
background-color: #5C0698;
}
.BgClassName
{
background-color: #5C0698;
}
</style>
border-color css
<style>
span { border-color: #5C0698; }
span { border-color: rgb(92,6,152); }
td.TdClassName
{
border-color: #5C0698;
}
.TagClassName
{
border-color: #5C0698;
}
</style>