Shades of Indigo #69028F
Tints of Indigo #69028F
RGB
CMYK
RGB Variations
Color information
#69028F (or 0x69028F) is known color: Indigo. HEX triplet: 69, 02 and 8F. RGB value is (105,2,143). Sum of RGB (Red+Green+Blue) = 105+2+143=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #69028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69028F is #96FD70. Grayscale: #303030. Windows color (decimal): -9895281 or 9372265. OLE color: 9372265.
HSL color Cylindrical-coordinate representation of color #69028F: hue angle of 283.83º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69028F is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 2 | 143 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.44 |
| HSL | 283.83º | 0.97% | 0.28% | - |
| HSV(B) | 283.83º | 0.99% | 0.56% | - |
| XYZ | 10.81 | 5.03 | 26.39 | - |
| YUV | 48.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 143 | 0.27 | 0.99 | 0 | 0.44 | 283.83 | 0.97 | 0.28 |
| Hex | 69 | 2 | 8F | 1B | 63 | 0 | 2C | 11C | 61 | 1C |
| Octal | 151 | 2 | 217 | 33 | 143 | 0 | 54 | 434 | 141 | 34 |
| Binary | 1101001 | 10 | 10001111 | 11011 | 1100011 | 0 | 101100 | 100011100 | 1100001 | 11100 |
Color Harmonies of #69028F
Complementary color
Monochromatic Colors of #69028F
Black with #69028F
Text Example
Text Example
White with #69028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69028F; }
p { color: rgb(105,2,143); }
H1.HeaderClassName
{
color: #69028F;
}
.AnyTagClassName
{
color: #69028F;
}
</style>
background-color css
<style>
a { background-color: #69028F; }
a { background-color: rgb(105,2,143); }
div.DivClassName
{
background-color: #69028F;
}
.BgClassName
{
background-color: #69028F;
}
</style>
border-color css
<style>
span { border-color: #69028F; }
span { border-color: rgb(105,2,143); }
td.TdClassName
{
border-color: #69028F;
}
.TagClassName
{
border-color: #69028F;
}
</style>