Shades of Indigo #5C0298
Tints of Indigo #5C0298
RGB
CMYK
RGB Variations
Color information
#5C0298 (or 0x5C0298) is known color: Indigo. HEX triplet: 5C, 02 and 98. RGB value is (92,2,152). Sum of RGB (Red+Green+Blue) = 92+2+152=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0298 is #A3FD67. Grayscale: #2D2D2D. Windows color (decimal): -10747240 or 9962076. OLE color: 9962076.
HSL color Cylindrical-coordinate representation of color #5C0298: hue angle of 276º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0298 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 2 | 152 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.40 |
| HSL | 276º | 0.97% | 0.3% | - |
| HSV(B) | 276º | 0.99% | 0.6% | - |
| XYZ | 10.1 | 4.59 | 30.06 | - |
| YUV | 46.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 152 | 0.39 | 0.99 | 0 | 0.40 | 276 | 0.97 | 0.3 |
| Hex | 5C | 2 | 98 | 27 | 63 | 0 | 28 | 114 | 61 | 1E |
| Octal | 134 | 2 | 230 | 47 | 143 | 0 | 50 | 424 | 141 | 36 |
| Binary | 1011100 | 10 | 10011000 | 100111 | 1100011 | 0 | 101000 | 100010100 | 1100001 | 11110 |
Color Harmonies of #5C0298
Complementary color
Monochromatic Colors of #5C0298
Black with #5C0298
Text Example
Text Example
White with #5C0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0298; }
p { color: rgb(92,2,152); }
H1.HeaderClassName
{
color: #5C0298;
}
.AnyTagClassName
{
color: #5C0298;
}
</style>
background-color css
<style>
a { background-color: #5C0298; }
a { background-color: rgb(92,2,152); }
div.DivClassName
{
background-color: #5C0298;
}
.BgClassName
{
background-color: #5C0298;
}
</style>
border-color css
<style>
span { border-color: #5C0298; }
span { border-color: rgb(92,2,152); }
td.TdClassName
{
border-color: #5C0298;
}
.TagClassName
{
border-color: #5C0298;
}
</style>