Shades of Indigo #65127D
Tints of Indigo #65127D
RGB
CMYK
RGB Variations
Color information
#65127D (or 0x65127D) is known color: Indigo. HEX triplet: 65, 12 and 7D. RGB value is (101,18,125). Sum of RGB (Red+Green+Blue) = 101+18+125=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #65127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65127D is #9AED82. Grayscale: #363636. Windows color (decimal): -10153347 or 8196709. OLE color: 8196709.
HSL color Cylindrical-coordinate representation of color #65127D: hue angle of 286.54º degrees, saturation: 0.75, 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 #65127D is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 18 | 125 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.51 |
| HSL | 286.54º | 0.75% | 0.28% | - |
| HSV(B) | 286.54º | 0.86% | 0.49% | - |
| XYZ | 9.28 | 4.68 | 19.82 | - |
| YUV | 55.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 125 | 0.19 | 0.86 | 0 | 0.51 | 286.54 | 0.75 | 0.28 |
| Hex | 65 | 12 | 7D | 13 | 56 | 0 | 33 | 11F | 4B | 1C |
| Octal | 145 | 22 | 175 | 23 | 126 | 0 | 63 | 437 | 113 | 34 |
| Binary | 1100101 | 10010 | 1111101 | 10011 | 1010110 | 0 | 110011 | 100011111 | 1001011 | 11100 |
Color Harmonies of #65127D
Complementary color
Monochromatic Colors of #65127D
Black with #65127D
Text Example
Text Example
White with #65127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65127D; }
p { color: rgb(101,18,125); }
H1.HeaderClassName
{
color: #65127D;
}
.AnyTagClassName
{
color: #65127D;
}
</style>
background-color css
<style>
a { background-color: #65127D; }
a { background-color: rgb(101,18,125); }
div.DivClassName
{
background-color: #65127D;
}
.BgClassName
{
background-color: #65127D;
}
</style>
border-color css
<style>
span { border-color: #65127D; }
span { border-color: rgb(101,18,125); }
td.TdClassName
{
border-color: #65127D;
}
.TagClassName
{
border-color: #65127D;
}
</style>