Shades of Indigo #69118B
Tints of Indigo #69118B
RGB
CMYK
RGB Variations
Color information
#69118B (or 0x69118B) is known color: Indigo. HEX triplet: 69, 11 and 8B. RGB value is (105,17,139). Sum of RGB (Red+Green+Blue) = 105+17+139=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #69118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69118B is #96EE74. Grayscale: #383838. Windows color (decimal): -9891445 or 9113961. OLE color: 9113961.
HSL color Cylindrical-coordinate representation of color #69118B: hue angle of 283.28º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69118B is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 17 | 139 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.45 |
| HSL | 283.28º | 0.78% | 0.31% | - |
| HSV(B) | 283.28º | 0.88% | 0.55% | - |
| XYZ | 10.69 | 5.27 | 24.88 | - |
| YUV | 57.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 139 | 0.24 | 0.88 | 0 | 0.45 | 283.28 | 0.78 | 0.31 |
| Hex | 69 | 11 | 8B | 18 | 58 | 0 | 2D | 11B | 4E | 1F |
| Octal | 151 | 21 | 213 | 30 | 130 | 0 | 55 | 433 | 116 | 37 |
| Binary | 1101001 | 10001 | 10001011 | 11000 | 1011000 | 0 | 101101 | 100011011 | 1001110 | 11111 |
Color Harmonies of #69118B
Complementary color
Monochromatic Colors of #69118B
Black with #69118B
Text Example
Text Example
White with #69118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69118B; }
p { color: rgb(105,17,139); }
H1.HeaderClassName
{
color: #69118B;
}
.AnyTagClassName
{
color: #69118B;
}
</style>
background-color css
<style>
a { background-color: #69118B; }
a { background-color: rgb(105,17,139); }
div.DivClassName
{
background-color: #69118B;
}
.BgClassName
{
background-color: #69118B;
}
</style>
border-color css
<style>
span { border-color: #69118B; }
span { border-color: rgb(105,17,139); }
td.TdClassName
{
border-color: #69118B;
}
.TagClassName
{
border-color: #69118B;
}
</style>