Shades of Indigo #5C0398
Tints of Indigo #5C0398
RGB
CMYK
RGB Variations
Color information
#5C0398 (or 0x5C0398) is known color: Indigo. HEX triplet: 5C, 03 and 98. RGB value is (92,3,152). Sum of RGB (Red+Green+Blue) = 92+3+152=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C0398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0398 is #A3FC67. Grayscale: #2E2E2E. Windows color (decimal): -10746984 or 9962332. OLE color: 9962332.
HSL color Cylindrical-coordinate representation of color #5C0398: hue angle of 275.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0398 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 3 | 152 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.40 |
| HSL | 275.84º | 0.96% | 0.3% | - |
| HSV(B) | 275.84º | 0.98% | 0.6% | - |
| XYZ | 10.11 | 4.61 | 30.06 | - |
| YUV | 46.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 152 | 0.39 | 0.98 | 0 | 0.40 | 275.84 | 0.96 | 0.3 |
| Hex | 5C | 3 | 98 | 27 | 62 | 0 | 28 | 114 | 60 | 1E |
| Octal | 134 | 3 | 230 | 47 | 142 | 0 | 50 | 424 | 140 | 36 |
| Binary | 1011100 | 11 | 10011000 | 100111 | 1100010 | 0 | 101000 | 100010100 | 1100000 | 11110 |
Color Harmonies of #5C0398
Complementary color
Monochromatic Colors of #5C0398
Black with #5C0398
Text Example
Text Example
White with #5C0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0398; }
p { color: rgb(92,3,152); }
H1.HeaderClassName
{
color: #5C0398;
}
.AnyTagClassName
{
color: #5C0398;
}
</style>
background-color css
<style>
a { background-color: #5C0398; }
a { background-color: rgb(92,3,152); }
div.DivClassName
{
background-color: #5C0398;
}
.BgClassName
{
background-color: #5C0398;
}
</style>
border-color css
<style>
span { border-color: #5C0398; }
span { border-color: rgb(92,3,152); }
td.TdClassName
{
border-color: #5C0398;
}
.TagClassName
{
border-color: #5C0398;
}
</style>