Shades of Indigo #65129F
Tints of Indigo #65129F
RGB
CMYK
RGB Variations
Color information
#65129F (or 0x65129F) is known color: Indigo. HEX triplet: 65, 12 and 9F. RGB value is (101,18,159). Sum of RGB (Red+Green+Blue) = 101+18+159=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #65129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65129F is #9AED60. Grayscale: #3A3A3A. Windows color (decimal): -10153313 or 10424933. OLE color: 10424933.
HSL color Cylindrical-coordinate representation of color #65129F: hue angle of 275.32º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65129F is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 18 | 159 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.38 |
| HSL | 275.32º | 0.8% | 0.35% | - |
| HSV(B) | 275.32º | 0.89% | 0.62% | - |
| XYZ | 11.84 | 5.7 | 33.28 | - |
| YUV | 58.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 159 | 0.36 | 0.89 | 0 | 0.38 | 275.32 | 0.8 | 0.35 |
| Hex | 65 | 12 | 9F | 24 | 59 | 0 | 26 | 113 | 50 | 23 |
| Octal | 145 | 22 | 237 | 44 | 131 | 0 | 46 | 423 | 120 | 43 |
| Binary | 1100101 | 10010 | 10011111 | 100100 | 1011001 | 0 | 100110 | 100010011 | 1010000 | 100011 |
Color Harmonies of #65129F
Complementary color
Monochromatic Colors of #65129F
Black with #65129F
Text Example
Text Example
White with #65129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65129F; }
p { color: rgb(101,18,159); }
H1.HeaderClassName
{
color: #65129F;
}
.AnyTagClassName
{
color: #65129F;
}
</style>
background-color css
<style>
a { background-color: #65129F; }
a { background-color: rgb(101,18,159); }
div.DivClassName
{
background-color: #65129F;
}
.BgClassName
{
background-color: #65129F;
}
</style>
border-color css
<style>
span { border-color: #65129F; }
span { border-color: rgb(101,18,159); }
td.TdClassName
{
border-color: #65129F;
}
.TagClassName
{
border-color: #65129F;
}
</style>