Shades of Indigo #65117D
Tints of Indigo #65117D
RGB
CMYK
RGB Variations
Color information
#65117D (or 0x65117D) is known color: Indigo. HEX triplet: 65, 11 and 7D. RGB value is (101,17,125). Sum of RGB (Red+Green+Blue) = 101+17+125=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #65117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65117D is #9AEE82. Grayscale: #363636. Windows color (decimal): -10153603 or 8196453. OLE color: 8196453.
HSL color Cylindrical-coordinate representation of color #65117D: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65117D is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 17 | 125 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.51 |
| HSL | 286.67º | 0.76% | 0.28% | - |
| HSV(B) | 286.67º | 0.86% | 0.49% | - |
| XYZ | 9.27 | 4.65 | 19.81 | - |
| YUV | 54.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 125 | 0.19 | 0.86 | 0 | 0.51 | 286.67 | 0.76 | 0.28 |
| Hex | 65 | 11 | 7D | 13 | 56 | 0 | 33 | 11F | 4C | 1C |
| Octal | 145 | 21 | 175 | 23 | 126 | 0 | 63 | 437 | 114 | 34 |
| Binary | 1100101 | 10001 | 1111101 | 10011 | 1010110 | 0 | 110011 | 100011111 | 1001100 | 11100 |
Color Harmonies of #65117D
Complementary color
Monochromatic Colors of #65117D
Black with #65117D
Text Example
Text Example
White with #65117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65117D; }
p { color: rgb(101,17,125); }
H1.HeaderClassName
{
color: #65117D;
}
.AnyTagClassName
{
color: #65117D;
}
</style>
background-color css
<style>
a { background-color: #65117D; }
a { background-color: rgb(101,17,125); }
div.DivClassName
{
background-color: #65117D;
}
.BgClassName
{
background-color: #65117D;
}
</style>
border-color css
<style>
span { border-color: #65117D; }
span { border-color: rgb(101,17,125); }
td.TdClassName
{
border-color: #65117D;
}
.TagClassName
{
border-color: #65117D;
}
</style>