Shades of Indigo #65168B
Tints of Indigo #65168B
RGB
CMYK
RGB Variations
Color information
#65168B (or 0x65168B) is known color: Indigo. HEX triplet: 65, 16 and 8B. RGB value is (101,22,139). Sum of RGB (Red+Green+Blue) = 101+22+139=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #65168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65168B is #9AE974. Grayscale: #3A3A3A. Windows color (decimal): -10152309 or 9115237. OLE color: 9115237.
HSL color Cylindrical-coordinate representation of color #65168B: hue angle of 280.51º 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 #65168B is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 22 | 139 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.45 |
| HSL | 280.51º | 0.73% | 0.32% | - |
| HSV(B) | 280.51º | 0.84% | 0.55% | - |
| XYZ | 10.31 | 5.2 | 24.89 | - |
| YUV | 58.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 139 | 0.27 | 0.84 | 0 | 0.45 | 280.51 | 0.73 | 0.32 |
| Hex | 65 | 16 | 8B | 1B | 54 | 0 | 2D | 119 | 49 | 20 |
| Octal | 145 | 26 | 213 | 33 | 124 | 0 | 55 | 431 | 111 | 40 |
| Binary | 1100101 | 10110 | 10001011 | 11011 | 1010100 | 0 | 101101 | 100011001 | 1001001 | 100000 |
Color Harmonies of #65168B
Complementary color
Monochromatic Colors of #65168B
Black with #65168B
Text Example
Text Example
White with #65168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65168B; }
p { color: rgb(101,22,139); }
H1.HeaderClassName
{
color: #65168B;
}
.AnyTagClassName
{
color: #65168B;
}
</style>
background-color css
<style>
a { background-color: #65168B; }
a { background-color: rgb(101,22,139); }
div.DivClassName
{
background-color: #65168B;
}
.BgClassName
{
background-color: #65168B;
}
</style>
border-color css
<style>
span { border-color: #65168B; }
span { border-color: rgb(101,22,139); }
td.TdClassName
{
border-color: #65168B;
}
.TagClassName
{
border-color: #65168B;
}
</style>