Shades of Indigo #650098
Tints of Indigo #650098
RGB
CMYK
RGB Variations
Color information
#650098 (or 0x650098) is known color: Indigo. HEX triplet: 65, 00 and 98. RGB value is (101,0,152). Sum of RGB (Red+Green+Blue) = 101+0+152=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #650098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650098 is #9AFF67. Grayscale: #2F2F2F. Windows color (decimal): -10157928 or 9961573. OLE color: 9961573.
HSL color Cylindrical-coordinate representation of color #650098: hue angle of 279.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650098 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 0 | 152 | - |
| CMYK | 0.34 | 1 | 0 | 0.40 |
| HSL | 279.87º | 1% | 0.3% | - |
| HSV(B) | 279.87º | 1% | 0.6% | - |
| XYZ | 11.03 | 5.03 | 30.1 | - |
| YUV | 47.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 152 | 0.34 | 1 | 0 | 0.40 | 279.87 | 1 | 0.3 |
| Hex | 65 | 0 | 98 | 22 | 64 | 0 | 28 | 118 | 64 | 1E |
| Octal | 145 | 0 | 230 | 42 | 144 | 0 | 50 | 430 | 144 | 36 |
| Binary | 1100101 | 0 | 10011000 | 100010 | 1100100 | 0 | 101000 | 100011000 | 1100100 | 11110 |
Color Harmonies of #650098
Complementary color
Monochromatic Colors of #650098
Black with #650098
Text Example
Text Example
White with #650098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650098; }
p { color: rgb(101,0,152); }
H1.HeaderClassName
{
color: #650098;
}
.AnyTagClassName
{
color: #650098;
}
</style>
background-color css
<style>
a { background-color: #650098; }
a { background-color: rgb(101,0,152); }
div.DivClassName
{
background-color: #650098;
}
.BgClassName
{
background-color: #650098;
}
</style>
border-color css
<style>
span { border-color: #650098; }
span { border-color: rgb(101,0,152); }
td.TdClassName
{
border-color: #650098;
}
.TagClassName
{
border-color: #650098;
}
</style>