Shades of Indigo #5C0782
Tints of Indigo #5C0782
RGB
CMYK
RGB Variations
Color information
#5C0782 (or 0x5C0782) is known color: Indigo. HEX triplet: 5C, 07 and 82. RGB value is (92,7,130). Sum of RGB (Red+Green+Blue) = 92+7+130=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C0782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0782 is #A3F87D. Grayscale: #2E2E2E. Windows color (decimal): -10745982 or 8521564. OLE color: 8521564.
HSL color Cylindrical-coordinate representation of color #5C0782: hue angle of 281.46º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0782 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 7 | 130 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.49 |
| HSL | 281.46º | 0.9% | 0.27% | - |
| HSV(B) | 281.46º | 0.95% | 0.51% | - |
| XYZ | 8.52 | 4.04 | 21.45 | - |
| YUV | 46.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 130 | 0.29 | 0.95 | 0 | 0.49 | 281.46 | 0.9 | 0.27 |
| Hex | 5C | 7 | 82 | 1D | 5F | 0 | 31 | 119 | 5A | 1B |
| Octal | 134 | 7 | 202 | 35 | 137 | 0 | 61 | 431 | 132 | 33 |
| Binary | 1011100 | 111 | 10000010 | 11101 | 1011111 | 0 | 110001 | 100011001 | 1011010 | 11011 |
Color Harmonies of #5C0782
Complementary color
Monochromatic Colors of #5C0782
Black with #5C0782
Text Example
Text Example
White with #5C0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0782; }
p { color: rgb(92,7,130); }
H1.HeaderClassName
{
color: #5C0782;
}
.AnyTagClassName
{
color: #5C0782;
}
</style>
background-color css
<style>
a { background-color: #5C0782; }
a { background-color: rgb(92,7,130); }
div.DivClassName
{
background-color: #5C0782;
}
.BgClassName
{
background-color: #5C0782;
}
</style>
border-color css
<style>
span { border-color: #5C0782; }
span { border-color: rgb(92,7,130); }
td.TdClassName
{
border-color: #5C0782;
}
.TagClassName
{
border-color: #5C0782;
}
</style>