Shades of Indigo #65109F
Tints of Indigo #65109F
RGB
CMYK
RGB Variations
Color information
#65109F (or 0x65109F) is known color: Indigo. HEX triplet: 65, 10 and 9F. RGB value is (101,16,159). Sum of RGB (Red+Green+Blue) = 101+16+159=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #65109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65109F is #9AEF60. Grayscale: #393939. Windows color (decimal): -10153825 or 10424421. OLE color: 10424421.
HSL color Cylindrical-coordinate representation of color #65109F: hue angle of 275.66º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65109F is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 16 | 159 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.38 |
| HSL | 275.66º | 0.82% | 0.34% | - |
| HSV(B) | 275.66º | 0.9% | 0.62% | - |
| XYZ | 11.81 | 5.64 | 33.27 | - |
| YUV | 57.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 159 | 0.36 | 0.90 | 0 | 0.38 | 275.66 | 0.82 | 0.34 |
| Hex | 65 | 10 | 9F | 24 | 5A | 0 | 26 | 114 | 52 | 22 |
| Octal | 145 | 20 | 237 | 44 | 132 | 0 | 46 | 424 | 122 | 42 |
| Binary | 1100101 | 10000 | 10011111 | 100100 | 1011010 | 0 | 100110 | 100010100 | 1010010 | 100010 |
Color Harmonies of #65109F
Complementary color
Monochromatic Colors of #65109F
Black with #65109F
Text Example
Text Example
White with #65109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65109F; }
p { color: rgb(101,16,159); }
H1.HeaderClassName
{
color: #65109F;
}
.AnyTagClassName
{
color: #65109F;
}
</style>
background-color css
<style>
a { background-color: #65109F; }
a { background-color: rgb(101,16,159); }
div.DivClassName
{
background-color: #65109F;
}
.BgClassName
{
background-color: #65109F;
}
</style>
border-color css
<style>
span { border-color: #65109F; }
span { border-color: rgb(101,16,159); }
td.TdClassName
{
border-color: #65109F;
}
.TagClassName
{
border-color: #65109F;
}
</style>