Shades of Indigo #69098D
Tints of Indigo #69098D
RGB
CMYK
RGB Variations
Color information
#69098D (or 0x69098D) is known color: Indigo. HEX triplet: 69, 09 and 8D. RGB value is (105,9,141). Sum of RGB (Red+Green+Blue) = 105+9+141=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #69098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69098D is #96F672. Grayscale: #343434. Windows color (decimal): -9893491 or 9242985. OLE color: 9242985.
HSL color Cylindrical-coordinate representation of color #69098D: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69098D is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 9 | 141 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.45 |
| HSL | 283.64º | 0.88% | 0.29% | - |
| HSV(B) | 283.64º | 0.94% | 0.55% | - |
| XYZ | 10.73 | 5.12 | 25.62 | - |
| YUV | 52.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 141 | 0.26 | 0.94 | 0 | 0.45 | 283.64 | 0.88 | 0.29 |
| Hex | 69 | 9 | 8D | 1A | 5E | 0 | 2D | 11C | 58 | 1D |
| Octal | 151 | 11 | 215 | 32 | 136 | 0 | 55 | 434 | 130 | 35 |
| Binary | 1101001 | 1001 | 10001101 | 11010 | 1011110 | 0 | 101101 | 100011100 | 1011000 | 11101 |
Color Harmonies of #69098D
Complementary color
Monochromatic Colors of #69098D
Black with #69098D
Text Example
Text Example
White with #69098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69098D; }
p { color: rgb(105,9,141); }
H1.HeaderClassName
{
color: #69098D;
}
.AnyTagClassName
{
color: #69098D;
}
</style>
background-color css
<style>
a { background-color: #69098D; }
a { background-color: rgb(105,9,141); }
div.DivClassName
{
background-color: #69098D;
}
.BgClassName
{
background-color: #69098D;
}
</style>
border-color css
<style>
span { border-color: #69098D; }
span { border-color: rgb(105,9,141); }
td.TdClassName
{
border-color: #69098D;
}
.TagClassName
{
border-color: #69098D;
}
</style>