Shades of Indigo #65168C
Tints of Indigo #65168C
RGB
CMYK
RGB Variations
Color information
#65168C (or 0x65168C) is known color: Indigo. HEX triplet: 65, 16 and 8C. RGB value is (101,22,140). Sum of RGB (Red+Green+Blue) = 101+22+140=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #65168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65168C is #9AE973. Grayscale: #3A3A3A. Windows color (decimal): -10152308 or 9180773. OLE color: 9180773.
HSL color Cylindrical-coordinate representation of color #65168C: hue angle of 280.17º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65168C is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 22 | 140 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.45 |
| HSL | 280.17º | 0.73% | 0.32% | - |
| HSV(B) | 280.17º | 0.84% | 0.55% | - |
| XYZ | 10.39 | 5.23 | 25.27 | - |
| YUV | 59.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 140 | 0.28 | 0.84 | 0 | 0.45 | 280.17 | 0.73 | 0.32 |
| Hex | 65 | 16 | 8C | 1C | 54 | 0 | 2D | 118 | 49 | 20 |
| Octal | 145 | 26 | 214 | 34 | 124 | 0 | 55 | 430 | 111 | 40 |
| Binary | 1100101 | 10110 | 10001100 | 11100 | 1010100 | 0 | 101101 | 100011000 | 1001001 | 100000 |
Color Harmonies of #65168C
Complementary color
Monochromatic Colors of #65168C
Black with #65168C
Text Example
Text Example
White with #65168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65168C; }
p { color: rgb(101,22,140); }
H1.HeaderClassName
{
color: #65168C;
}
.AnyTagClassName
{
color: #65168C;
}
</style>
background-color css
<style>
a { background-color: #65168C; }
a { background-color: rgb(101,22,140); }
div.DivClassName
{
background-color: #65168C;
}
.BgClassName
{
background-color: #65168C;
}
</style>
border-color css
<style>
span { border-color: #65168C; }
span { border-color: rgb(101,22,140); }
td.TdClassName
{
border-color: #65168C;
}
.TagClassName
{
border-color: #65168C;
}
</style>