Shades of Indigo #65178B
Tints of Indigo #65178B
RGB
CMYK
RGB Variations
Color information
#65178B (or 0x65178B) is known color: Indigo. HEX triplet: 65, 17 and 8B. RGB value is (101,23,139). Sum of RGB (Red+Green+Blue) = 101+23+139=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #65178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65178B is #9AE874. Grayscale: #3B3B3B. Windows color (decimal): -10152053 or 9115493. OLE color: 9115493.
HSL color Cylindrical-coordinate representation of color #65178B: hue angle of 280.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65178B is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 23 | 139 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.45 |
| HSL | 280.34º | 0.72% | 0.32% | - |
| HSV(B) | 280.34º | 0.83% | 0.55% | - |
| XYZ | 10.33 | 5.24 | 24.89 | - |
| YUV | 59.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 139 | 0.27 | 0.83 | 0 | 0.45 | 280.34 | 0.72 | 0.32 |
| Hex | 65 | 17 | 8B | 1B | 53 | 0 | 2D | 118 | 48 | 20 |
| Octal | 145 | 27 | 213 | 33 | 123 | 0 | 55 | 430 | 110 | 40 |
| Binary | 1100101 | 10111 | 10001011 | 11011 | 1010011 | 0 | 101101 | 100011000 | 1001000 | 100000 |
Color Harmonies of #65178B
Complementary color
Monochromatic Colors of #65178B
Black with #65178B
Text Example
Text Example
White with #65178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65178B; }
p { color: rgb(101,23,139); }
H1.HeaderClassName
{
color: #65178B;
}
.AnyTagClassName
{
color: #65178B;
}
</style>
background-color css
<style>
a { background-color: #65178B; }
a { background-color: rgb(101,23,139); }
div.DivClassName
{
background-color: #65178B;
}
.BgClassName
{
background-color: #65178B;
}
</style>
border-color css
<style>
span { border-color: #65178B; }
span { border-color: rgb(101,23,139); }
td.TdClassName
{
border-color: #65178B;
}
.TagClassName
{
border-color: #65178B;
}
</style>