Shades of Indigo #69148C
Tints of Indigo #69148C
RGB
CMYK
RGB Variations
Color information
#69148C (or 0x69148C) is known color: Indigo. HEX triplet: 69, 14 and 8C. RGB value is (105,20,140). Sum of RGB (Red+Green+Blue) = 105+20+140=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #69148C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69148C is #96EB73. Grayscale: #3A3A3A. Windows color (decimal): -9890676 or 9180265. OLE color: 9180265.
HSL color Cylindrical-coordinate representation of color #69148C: hue angle of 282.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69148C is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 20 | 140 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.45 |
| HSL | 282.5º | 0.75% | 0.31% | - |
| HSV(B) | 282.5º | 0.86% | 0.55% | - |
| XYZ | 10.81 | 5.4 | 25.28 | - |
| YUV | 59.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 140 | 0.25 | 0.86 | 0 | 0.45 | 282.5 | 0.75 | 0.31 |
| Hex | 69 | 14 | 8C | 19 | 56 | 0 | 2D | 11A | 4B | 1F |
| Octal | 151 | 24 | 214 | 31 | 126 | 0 | 55 | 432 | 113 | 37 |
| Binary | 1101001 | 10100 | 10001100 | 11001 | 1010110 | 0 | 101101 | 100011010 | 1001011 | 11111 |
Color Harmonies of #69148C
Complementary color
Monochromatic Colors of #69148C
Black with #69148C
Text Example
Text Example
White with #69148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69148C; }
p { color: rgb(105,20,140); }
H1.HeaderClassName
{
color: #69148C;
}
.AnyTagClassName
{
color: #69148C;
}
</style>
background-color css
<style>
a { background-color: #69148C; }
a { background-color: rgb(105,20,140); }
div.DivClassName
{
background-color: #69148C;
}
.BgClassName
{
background-color: #69148C;
}
</style>
border-color css
<style>
span { border-color: #69148C; }
span { border-color: rgb(105,20,140); }
td.TdClassName
{
border-color: #69148C;
}
.TagClassName
{
border-color: #69148C;
}
</style>