Shades of Indigo #69019A
Tints of Indigo #69019A
RGB
CMYK
RGB Variations
Color information
#69019A (or 0x69019A) is known color: Indigo. HEX triplet: 69, 01 and 9A. RGB value is (105,1,154). Sum of RGB (Red+Green+Blue) = 105+1+154=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #69019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69019A is #96FE65. Grayscale: #313131. Windows color (decimal): -9895526 or 10092905. OLE color: 10092905.
HSL color Cylindrical-coordinate representation of color #69019A: hue angle of 280.78º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69019A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 1 | 154 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.40 |
| HSL | 280.78º | 0.99% | 0.3% | - |
| HSV(B) | 280.78º | 0.99% | 0.6% | - |
| XYZ | 11.67 | 5.36 | 30.99 | - |
| YUV | 49.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 154 | 0.32 | 0.99 | 0 | 0.40 | 280.78 | 0.99 | 0.3 |
| Hex | 69 | 1 | 9A | 20 | 63 | 0 | 28 | 119 | 63 | 1E |
| Octal | 151 | 1 | 232 | 40 | 143 | 0 | 50 | 431 | 143 | 36 |
| Binary | 1101001 | 1 | 10011010 | 100000 | 1100011 | 0 | 101000 | 100011001 | 1100011 | 11110 |
Color Harmonies of #69019A
Complementary color
Monochromatic Colors of #69019A
Black with #69019A
Text Example
Text Example
White with #69019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69019A; }
p { color: rgb(105,1,154); }
H1.HeaderClassName
{
color: #69019A;
}
.AnyTagClassName
{
color: #69019A;
}
</style>
background-color css
<style>
a { background-color: #69019A; }
a { background-color: rgb(105,1,154); }
div.DivClassName
{
background-color: #69019A;
}
.BgClassName
{
background-color: #69019A;
}
</style>
border-color css
<style>
span { border-color: #69019A; }
span { border-color: rgb(105,1,154); }
td.TdClassName
{
border-color: #69019A;
}
.TagClassName
{
border-color: #69019A;
}
</style>