Shades of Indigo #650892
Tints of Indigo #650892
RGB
CMYK
RGB Variations
Color information
#650892 (or 0x650892) is known color: Indigo. HEX triplet: 65, 08 and 92. RGB value is (101,8,146). Sum of RGB (Red+Green+Blue) = 101+8+146=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #650892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650892 is #9AF76D. Grayscale: #333333. Windows color (decimal): -10155886 or 9570405. OLE color: 9570405.
HSL color Cylindrical-coordinate representation of color #650892: hue angle of 280.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650892 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 8 | 146 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.43 |
| HSL | 280.43º | 0.9% | 0.3% | - |
| HSV(B) | 280.43º | 0.95% | 0.57% | - |
| XYZ | 10.64 | 5.02 | 27.6 | - |
| YUV | 51.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 146 | 0.31 | 0.95 | 0 | 0.43 | 280.43 | 0.9 | 0.3 |
| Hex | 65 | 8 | 92 | 1F | 5F | 0 | 2B | 118 | 5A | 1E |
| Octal | 145 | 10 | 222 | 37 | 137 | 0 | 53 | 430 | 132 | 36 |
| Binary | 1100101 | 1000 | 10010010 | 11111 | 1011111 | 0 | 101011 | 100011000 | 1011010 | 11110 |
Color Harmonies of #650892
Complementary color
Monochromatic Colors of #650892
Black with #650892
Text Example
Text Example
White with #650892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650892; }
p { color: rgb(101,8,146); }
H1.HeaderClassName
{
color: #650892;
}
.AnyTagClassName
{
color: #650892;
}
</style>
background-color css
<style>
a { background-color: #650892; }
a { background-color: rgb(101,8,146); }
div.DivClassName
{
background-color: #650892;
}
.BgClassName
{
background-color: #650892;
}
</style>
border-color css
<style>
span { border-color: #650892; }
span { border-color: rgb(101,8,146); }
td.TdClassName
{
border-color: #650892;
}
.TagClassName
{
border-color: #650892;
}
</style>