Shades of Indigo #65129C
Tints of Indigo #65129C
RGB
CMYK
RGB Variations
Color information
#65129C (or 0x65129C) is known color: Indigo. HEX triplet: 65, 12 and 9C. RGB value is (101,18,156). Sum of RGB (Red+Green+Blue) = 101+18+156=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #65129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65129C is #9AED63. Grayscale: #3A3A3A. Windows color (decimal): -10153316 or 10228325. OLE color: 10228325.
HSL color Cylindrical-coordinate representation of color #65129C: hue angle of 276.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65129C is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 18 | 156 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.39 |
| HSL | 276.09º | 0.79% | 0.34% | - |
| HSV(B) | 276.09º | 0.88% | 0.61% | - |
| XYZ | 11.58 | 5.6 | 31.92 | - |
| YUV | 58.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 156 | 0.35 | 0.88 | 0 | 0.39 | 276.09 | 0.79 | 0.34 |
| Hex | 65 | 12 | 9C | 23 | 58 | 0 | 27 | 114 | 4F | 22 |
| Octal | 145 | 22 | 234 | 43 | 130 | 0 | 47 | 424 | 117 | 42 |
| Binary | 1100101 | 10010 | 10011100 | 100011 | 1011000 | 0 | 100111 | 100010100 | 1001111 | 100010 |
Color Harmonies of #65129C
Complementary color
Monochromatic Colors of #65129C
Black with #65129C
Text Example
Text Example
White with #65129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65129C; }
p { color: rgb(101,18,156); }
H1.HeaderClassName
{
color: #65129C;
}
.AnyTagClassName
{
color: #65129C;
}
</style>
background-color css
<style>
a { background-color: #65129C; }
a { background-color: rgb(101,18,156); }
div.DivClassName
{
background-color: #65129C;
}
.BgClassName
{
background-color: #65129C;
}
</style>
border-color css
<style>
span { border-color: #65129C; }
span { border-color: rgb(101,18,156); }
td.TdClassName
{
border-color: #65129C;
}
.TagClassName
{
border-color: #65129C;
}
</style>