Shades of Indigo #650089
Tints of Indigo #650089
RGB
CMYK
RGB Variations
Color information
#650089 (or 0x650089) is known color: Indigo. HEX triplet: 65, 00 and 89. RGB value is (101,0,137). Sum of RGB (Red+Green+Blue) = 101+0+137=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #650089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650089 is #9AFF76. Grayscale: #2D2D2D. Windows color (decimal): -10157943 or 8978533. OLE color: 8978533.
HSL color Cylindrical-coordinate representation of color #650089: hue angle of 284.23º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650089 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 0 | 137 | - |
| CMYK | 0.26 | 1 | 0 | 0.46 |
| HSL | 284.23º | 1% | 0.27% | - |
| HSV(B) | 284.23º | 1% | 0.54% | - |
| XYZ | 9.88 | 4.57 | 24.03 | - |
| YUV | 45.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 137 | 0.26 | 1 | 0 | 0.46 | 284.23 | 1 | 0.27 |
| Hex | 65 | 0 | 89 | 1A | 64 | 0 | 2E | 11C | 64 | 1B |
| Octal | 145 | 0 | 211 | 32 | 144 | 0 | 56 | 434 | 144 | 33 |
| Binary | 1100101 | 0 | 10001001 | 11010 | 1100100 | 0 | 101110 | 100011100 | 1100100 | 11011 |
Color Harmonies of #650089
Complementary color
Monochromatic Colors of #650089
Black with #650089
Text Example
Text Example
White with #650089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650089; }
p { color: rgb(101,0,137); }
H1.HeaderClassName
{
color: #650089;
}
.AnyTagClassName
{
color: #650089;
}
</style>
background-color css
<style>
a { background-color: #650089; }
a { background-color: rgb(101,0,137); }
div.DivClassName
{
background-color: #650089;
}
.BgClassName
{
background-color: #650089;
}
</style>
border-color css
<style>
span { border-color: #650089; }
span { border-color: rgb(101,0,137); }
td.TdClassName
{
border-color: #650089;
}
.TagClassName
{
border-color: #650089;
}
</style>