Shades of Indigo #5B069F
Tints of Indigo #5B069F
RGB
CMYK
RGB Variations
Color information
#5B069F (or 0x5B069F) is known color: Indigo. HEX triplet: 5B, 06 and 9F. RGB value is (91,6,159). Sum of RGB (Red+Green+Blue) = 91+6+159=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B069F is #A4F960. Grayscale: #303030. Windows color (decimal): -10811745 or 10421851. OLE color: 10421851.
HSL color Cylindrical-coordinate representation of color #5B069F: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B069F is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 6 | 159 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.38 |
| HSL | 273.33º | 0.93% | 0.32% | - |
| HSV(B) | 273.33º | 0.96% | 0.62% | - |
| XYZ | 10.64 | 4.86 | 33.18 | - |
| YUV | 48.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 159 | 0.43 | 0.96 | 0 | 0.38 | 273.33 | 0.93 | 0.32 |
| Hex | 5B | 6 | 9F | 2B | 60 | 0 | 26 | 111 | 5D | 20 |
| Octal | 133 | 6 | 237 | 53 | 140 | 0 | 46 | 421 | 135 | 40 |
| Binary | 1011011 | 110 | 10011111 | 101011 | 1100000 | 0 | 100110 | 100010001 | 1011101 | 100000 |
Color Harmonies of #5B069F
Complementary color
Monochromatic Colors of #5B069F
Black with #5B069F
Text Example
Text Example
White with #5B069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B069F; }
p { color: rgb(91,6,159); }
H1.HeaderClassName
{
color: #5B069F;
}
.AnyTagClassName
{
color: #5B069F;
}
</style>
background-color css
<style>
a { background-color: #5B069F; }
a { background-color: rgb(91,6,159); }
div.DivClassName
{
background-color: #5B069F;
}
.BgClassName
{
background-color: #5B069F;
}
</style>
border-color css
<style>
span { border-color: #5B069F; }
span { border-color: rgb(91,6,159); }
td.TdClassName
{
border-color: #5B069F;
}
.TagClassName
{
border-color: #5B069F;
}
</style>