Shades of Indigo #65118B
Tints of Indigo #65118B
RGB
CMYK
RGB Variations
Color information
#65118B (or 0x65118B) is known color: Indigo. HEX triplet: 65, 11 and 8B. RGB value is (101,17,139). Sum of RGB (Red+Green+Blue) = 101+17+139=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #65118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65118B is #9AEE74. Grayscale: #373737. Windows color (decimal): -10153589 or 9113957. OLE color: 9113957.
HSL color Cylindrical-coordinate representation of color #65118B: hue angle of 281.31º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65118B is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 17 | 139 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.45 |
| HSL | 281.31º | 0.78% | 0.31% | - |
| HSV(B) | 281.31º | 0.88% | 0.55% | - |
| XYZ | 10.23 | 5.03 | 24.86 | - |
| YUV | 56.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 139 | 0.27 | 0.88 | 0 | 0.45 | 281.31 | 0.78 | 0.31 |
| Hex | 65 | 11 | 8B | 1B | 58 | 0 | 2D | 119 | 4E | 1F |
| Octal | 145 | 21 | 213 | 33 | 130 | 0 | 55 | 431 | 116 | 37 |
| Binary | 1100101 | 10001 | 10001011 | 11011 | 1011000 | 0 | 101101 | 100011001 | 1001110 | 11111 |
Color Harmonies of #65118B
Complementary color
Monochromatic Colors of #65118B
Black with #65118B
Text Example
Text Example
White with #65118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65118B; }
p { color: rgb(101,17,139); }
H1.HeaderClassName
{
color: #65118B;
}
.AnyTagClassName
{
color: #65118B;
}
</style>
background-color css
<style>
a { background-color: #65118B; }
a { background-color: rgb(101,17,139); }
div.DivClassName
{
background-color: #65118B;
}
.BgClassName
{
background-color: #65118B;
}
</style>
border-color css
<style>
span { border-color: #65118B; }
span { border-color: rgb(101,17,139); }
td.TdClassName
{
border-color: #65118B;
}
.TagClassName
{
border-color: #65118B;
}
</style>