Shades of Indigo #5C0B7F
Tints of Indigo #5C0B7F
RGB
CMYK
RGB Variations
Color information
#5C0B7F (or 0x5C0B7F) is known color: Indigo. HEX triplet: 5C, 0B and 7F. RGB value is (92,11,127). Sum of RGB (Red+Green+Blue) = 92+11+127=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C0B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B7F is #A3F480. Grayscale: #303030. Windows color (decimal): -10744961 or 8325980. OLE color: 8325980.
HSL color Cylindrical-coordinate representation of color #5C0B7F: hue angle of 281.9º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0B7F is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 11 | 127 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.50 |
| HSL | 281.9º | 0.84% | 0.27% | - |
| HSV(B) | 281.9º | 0.91% | 0.5% | - |
| XYZ | 8.36 | 4.05 | 20.42 | - |
| YUV | 48.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 127 | 0.28 | 0.91 | 0 | 0.50 | 281.9 | 0.84 | 0.27 |
| Hex | 5C | B | 7F | 1C | 5B | 0 | 32 | 11A | 54 | 1B |
| Octal | 134 | 13 | 177 | 34 | 133 | 0 | 62 | 432 | 124 | 33 |
| Binary | 1011100 | 1011 | 1111111 | 11100 | 1011011 | 0 | 110010 | 100011010 | 1010100 | 11011 |
Color Harmonies of #5C0B7F
Complementary color
Monochromatic Colors of #5C0B7F
Black with #5C0B7F
Text Example
Text Example
White with #5C0B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0B7F; }
p { color: rgb(92,11,127); }
H1.HeaderClassName
{
color: #5C0B7F;
}
.AnyTagClassName
{
color: #5C0B7F;
}
</style>
background-color css
<style>
a { background-color: #5C0B7F; }
a { background-color: rgb(92,11,127); }
div.DivClassName
{
background-color: #5C0B7F;
}
.BgClassName
{
background-color: #5C0B7F;
}
</style>
border-color css
<style>
span { border-color: #5C0B7F; }
span { border-color: rgb(92,11,127); }
td.TdClassName
{
border-color: #5C0B7F;
}
.TagClassName
{
border-color: #5C0B7F;
}
</style>