Shades of Indigo #65128B
Tints of Indigo #65128B
RGB
CMYK
RGB Variations
Color information
#65128B (or 0x65128B) is known color: Indigo. HEX triplet: 65, 12 and 8B. RGB value is (101,18,139). Sum of RGB (Red+Green+Blue) = 101+18+139=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #65128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65128B is #9AED74. Grayscale: #383838. Windows color (decimal): -10153333 or 9114213. OLE color: 9114213.
HSL color Cylindrical-coordinate representation of color #65128B: hue angle of 281.16º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65128B is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 18 | 139 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.45 |
| HSL | 281.16º | 0.77% | 0.31% | - |
| HSV(B) | 281.16º | 0.87% | 0.55% | - |
| XYZ | 10.24 | 5.06 | 24.86 | - |
| YUV | 56.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 139 | 0.27 | 0.87 | 0 | 0.45 | 281.16 | 0.77 | 0.31 |
| Hex | 65 | 12 | 8B | 1B | 57 | 0 | 2D | 119 | 4D | 1F |
| Octal | 145 | 22 | 213 | 33 | 127 | 0 | 55 | 431 | 115 | 37 |
| Binary | 1100101 | 10010 | 10001011 | 11011 | 1010111 | 0 | 101101 | 100011001 | 1001101 | 11111 |
Color Harmonies of #65128B
Complementary color
Monochromatic Colors of #65128B
Black with #65128B
Text Example
Text Example
White with #65128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65128B; }
p { color: rgb(101,18,139); }
H1.HeaderClassName
{
color: #65128B;
}
.AnyTagClassName
{
color: #65128B;
}
</style>
background-color css
<style>
a { background-color: #65128B; }
a { background-color: rgb(101,18,139); }
div.DivClassName
{
background-color: #65128B;
}
.BgClassName
{
background-color: #65128B;
}
</style>
border-color css
<style>
span { border-color: #65128B; }
span { border-color: rgb(101,18,139); }
td.TdClassName
{
border-color: #65128B;
}
.TagClassName
{
border-color: #65128B;
}
</style>