Shades of Indigo #69139F
Tints of Indigo #69139F
RGB
CMYK
RGB Variations
Color information
#69139F (or 0x69139F) is known color: Indigo. HEX triplet: 69, 13 and 9F. RGB value is (105,19,159). Sum of RGB (Red+Green+Blue) = 105+19+159=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #69139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69139F is #96EC60. Grayscale: #3C3C3C. Windows color (decimal): -9890913 or 10425193. OLE color: 10425193.
HSL color Cylindrical-coordinate representation of color #69139F: hue angle of 276.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69139F is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 19 | 159 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.38 |
| HSL | 276.86º | 0.79% | 0.35% | - |
| HSV(B) | 276.86º | 0.88% | 0.62% | - |
| XYZ | 12.32 | 5.97 | 33.3 | - |
| YUV | 60.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 159 | 0.34 | 0.88 | 0 | 0.38 | 276.86 | 0.79 | 0.35 |
| Hex | 69 | 13 | 9F | 22 | 58 | 0 | 26 | 115 | 4F | 23 |
| Octal | 151 | 23 | 237 | 42 | 130 | 0 | 46 | 425 | 117 | 43 |
| Binary | 1101001 | 10011 | 10011111 | 100010 | 1011000 | 0 | 100110 | 100010101 | 1001111 | 100011 |
Color Harmonies of #69139F
Complementary color
Monochromatic Colors of #69139F
Black with #69139F
Text Example
Text Example
White with #69139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69139F; }
p { color: rgb(105,19,159); }
H1.HeaderClassName
{
color: #69139F;
}
.AnyTagClassName
{
color: #69139F;
}
</style>
background-color css
<style>
a { background-color: #69139F; }
a { background-color: rgb(105,19,159); }
div.DivClassName
{
background-color: #69139F;
}
.BgClassName
{
background-color: #69139F;
}
</style>
border-color css
<style>
span { border-color: #69139F; }
span { border-color: rgb(105,19,159); }
td.TdClassName
{
border-color: #69139F;
}
.TagClassName
{
border-color: #69139F;
}
</style>