Shades of Indigo #69078F
Tints of Indigo #69078F
RGB
CMYK
RGB Variations
Color information
#69078F (or 0x69078F) is known color: Indigo. HEX triplet: 69, 07 and 8F. RGB value is (105,7,143). Sum of RGB (Red+Green+Blue) = 105+7+143=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #69078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69078F is #96F870. Grayscale: #333333. Windows color (decimal): -9894001 or 9373545. OLE color: 9373545.
HSL color Cylindrical-coordinate representation of color #69078F: hue angle of 283.24º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69078F is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 7 | 143 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.44 |
| HSL | 283.24º | 0.91% | 0.29% | - |
| HSV(B) | 283.24º | 0.95% | 0.56% | - |
| XYZ | 10.86 | 5.14 | 26.41 | - |
| YUV | 51.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 143 | 0.27 | 0.95 | 0 | 0.44 | 283.24 | 0.91 | 0.29 |
| Hex | 69 | 7 | 8F | 1B | 5F | 0 | 2C | 11B | 5B | 1D |
| Octal | 151 | 7 | 217 | 33 | 137 | 0 | 54 | 433 | 133 | 35 |
| Binary | 1101001 | 111 | 10001111 | 11011 | 1011111 | 0 | 101100 | 100011011 | 1011011 | 11101 |
Color Harmonies of #69078F
Complementary color
Monochromatic Colors of #69078F
Black with #69078F
Text Example
Text Example
White with #69078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69078F; }
p { color: rgb(105,7,143); }
H1.HeaderClassName
{
color: #69078F;
}
.AnyTagClassName
{
color: #69078F;
}
</style>
background-color css
<style>
a { background-color: #69078F; }
a { background-color: rgb(105,7,143); }
div.DivClassName
{
background-color: #69078F;
}
.BgClassName
{
background-color: #69078F;
}
</style>
border-color css
<style>
span { border-color: #69078F; }
span { border-color: rgb(105,7,143); }
td.TdClassName
{
border-color: #69078F;
}
.TagClassName
{
border-color: #69078F;
}
</style>