Shades of Indigo #65099D
Tints of Indigo #65099D
RGB
CMYK
RGB Variations
Color information
#65099D (or 0x65099D) is known color: Indigo. HEX triplet: 65, 09 and 9D. RGB value is (101,9,157). Sum of RGB (Red+Green+Blue) = 101+9+157=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #65099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65099D is #9AF662. Grayscale: #343434. Windows color (decimal): -10155619 or 10291557. OLE color: 10291557.
HSL color Cylindrical-coordinate representation of color #65099D: hue angle of 277.3º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65099D is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 9 | 157 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.38 |
| HSL | 277.3º | 0.89% | 0.33% | - |
| HSV(B) | 277.3º | 0.94% | 0.62% | - |
| XYZ | 11.55 | 5.4 | 32.33 | - |
| YUV | 53.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 157 | 0.36 | 0.94 | 0 | 0.38 | 277.3 | 0.89 | 0.33 |
| Hex | 65 | 9 | 9D | 24 | 5E | 0 | 26 | 115 | 59 | 21 |
| Octal | 145 | 11 | 235 | 44 | 136 | 0 | 46 | 425 | 131 | 41 |
| Binary | 1100101 | 1001 | 10011101 | 100100 | 1011110 | 0 | 100110 | 100010101 | 1011001 | 100001 |
Color Harmonies of #65099D
Complementary color
Monochromatic Colors of #65099D
Black with #65099D
Text Example
Text Example
White with #65099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65099D; }
p { color: rgb(101,9,157); }
H1.HeaderClassName
{
color: #65099D;
}
.AnyTagClassName
{
color: #65099D;
}
</style>
background-color css
<style>
a { background-color: #65099D; }
a { background-color: rgb(101,9,157); }
div.DivClassName
{
background-color: #65099D;
}
.BgClassName
{
background-color: #65099D;
}
</style>
border-color css
<style>
span { border-color: #65099D; }
span { border-color: rgb(101,9,157); }
td.TdClassName
{
border-color: #65099D;
}
.TagClassName
{
border-color: #65099D;
}
</style>