Shades of Indigo #650290
Tints of Indigo #650290
RGB
CMYK
RGB Variations
Color information
#650290 (or 0x650290) is known color: Indigo. HEX triplet: 65, 02 and 90. RGB value is (101,2,144). Sum of RGB (Red+Green+Blue) = 101+2+144=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #650290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650290 is #9AFD6F. Grayscale: #2F2F2F. Windows color (decimal): -10157424 or 9437797. OLE color: 9437797.
HSL color Cylindrical-coordinate representation of color #650290: hue angle of 281.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650290 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 2 | 144 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.44 |
| HSL | 281.83º | 0.97% | 0.29% | - |
| HSV(B) | 281.83º | 0.99% | 0.56% | - |
| XYZ | 10.42 | 4.82 | 26.77 | - |
| YUV | 47.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 144 | 0.30 | 0.99 | 0 | 0.44 | 281.83 | 0.97 | 0.29 |
| Hex | 65 | 2 | 90 | 1E | 63 | 0 | 2C | 11A | 61 | 1D |
| Octal | 145 | 2 | 220 | 36 | 143 | 0 | 54 | 432 | 141 | 35 |
| Binary | 1100101 | 10 | 10010000 | 11110 | 1100011 | 0 | 101100 | 100011010 | 1100001 | 11101 |
Color Harmonies of #650290
Complementary color
Monochromatic Colors of #650290
Black with #650290
Text Example
Text Example
White with #650290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650290; }
p { color: rgb(101,2,144); }
H1.HeaderClassName
{
color: #650290;
}
.AnyTagClassName
{
color: #650290;
}
</style>
background-color css
<style>
a { background-color: #650290; }
a { background-color: rgb(101,2,144); }
div.DivClassName
{
background-color: #650290;
}
.BgClassName
{
background-color: #650290;
}
</style>
border-color css
<style>
span { border-color: #650290; }
span { border-color: rgb(101,2,144); }
td.TdClassName
{
border-color: #650290;
}
.TagClassName
{
border-color: #650290;
}
</style>