Shades of Indigo #65049D
Tints of Indigo #65049D
RGB
CMYK
RGB Variations
Color information
#65049D (or 0x65049D) is known color: Indigo. HEX triplet: 65, 04 and 9D. RGB value is (101,4,157). Sum of RGB (Red+Green+Blue) = 101+4+157=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #65049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65049D is #9AFB62. Grayscale: #313131. Windows color (decimal): -10156899 or 10290277. OLE color: 10290277.
HSL color Cylindrical-coordinate representation of color #65049D: hue angle of 278.04º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65049D is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 4 | 157 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.38 |
| HSL | 278.04º | 0.95% | 0.32% | - |
| HSV(B) | 278.04º | 0.97% | 0.62% | - |
| XYZ | 11.5 | 5.29 | 32.31 | - |
| YUV | 50.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 157 | 0.36 | 0.97 | 0 | 0.38 | 278.04 | 0.95 | 0.32 |
| Hex | 65 | 4 | 9D | 24 | 61 | 0 | 26 | 116 | 5F | 20 |
| Octal | 145 | 4 | 235 | 44 | 141 | 0 | 46 | 426 | 137 | 40 |
| Binary | 1100101 | 100 | 10011101 | 100100 | 1100001 | 0 | 100110 | 100010110 | 1011111 | 100000 |
Color Harmonies of #65049D
Complementary color
Monochromatic Colors of #65049D
Black with #65049D
Text Example
Text Example
White with #65049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65049D; }
p { color: rgb(101,4,157); }
H1.HeaderClassName
{
color: #65049D;
}
.AnyTagClassName
{
color: #65049D;
}
</style>
background-color css
<style>
a { background-color: #65049D; }
a { background-color: rgb(101,4,157); }
div.DivClassName
{
background-color: #65049D;
}
.BgClassName
{
background-color: #65049D;
}
</style>
border-color css
<style>
span { border-color: #65049D; }
span { border-color: rgb(101,4,157); }
td.TdClassName
{
border-color: #65049D;
}
.TagClassName
{
border-color: #65049D;
}
</style>