Shades of Indigo #5B07AC
Tints of Indigo #5B07AC
RGB
CMYK
RGB Variations
Color information
#5B07AC (or 0x5B07AC) is known color: Indigo. HEX triplet: 5B, 07 and AC. RGB value is (91,7,172). Sum of RGB (Red+Green+Blue) = 91+7+172=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B07AC is #A4F853. Grayscale: #323232. Windows color (decimal): -10811476 or 11274075. OLE color: 11274075.
HSL color Cylindrical-coordinate representation of color #5B07AC: hue angle of 270.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B07AC is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 7 | 172 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.33 |
| HSL | 270.55º | 0.92% | 0.35% | - |
| HSV(B) | 270.55º | 0.96% | 0.67% | - |
| XYZ | 11.84 | 5.35 | 39.44 | - |
| YUV | 50.93 | 196.33 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 172 | 0.47 | 0.96 | 0 | 0.33 | 270.55 | 0.92 | 0.35 |
| Hex | 5B | 7 | AC | 2F | 60 | 0 | 21 | 10F | 5C | 23 |
| Octal | 133 | 7 | 254 | 57 | 140 | 0 | 41 | 417 | 134 | 43 |
| Binary | 1011011 | 111 | 10101100 | 101111 | 1100000 | 0 | 100001 | 100001111 | 1011100 | 100011 |
Color Harmonies of #5B07AC
Complementary color
Monochromatic Colors of #5B07AC
Black with #5B07AC
Text Example
Text Example
White with #5B07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07AC; }
p { color: rgb(91,7,172); }
H1.HeaderClassName
{
color: #5B07AC;
}
.AnyTagClassName
{
color: #5B07AC;
}
</style>
background-color css
<style>
a { background-color: #5B07AC; }
a { background-color: rgb(91,7,172); }
div.DivClassName
{
background-color: #5B07AC;
}
.BgClassName
{
background-color: #5B07AC;
}
</style>
border-color css
<style>
span { border-color: #5B07AC; }
span { border-color: rgb(91,7,172); }
td.TdClassName
{
border-color: #5B07AC;
}
.TagClassName
{
border-color: #5B07AC;
}
</style>