Shades of Indigo #650397
Tints of Indigo #650397
RGB
CMYK
RGB Variations
Color information
#650397 (or 0x650397) is known color: Indigo. HEX triplet: 65, 03 and 97. RGB value is (101,3,151). Sum of RGB (Red+Green+Blue) = 101+3+151=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #650397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650397 is #9AFC68. Grayscale: #303030. Windows color (decimal): -10157161 or 9896805. OLE color: 9896805.
HSL color Cylindrical-coordinate representation of color #650397: hue angle of 279.73º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650397 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 3 | 151 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.41 |
| HSL | 279.73º | 0.96% | 0.3% | - |
| HSV(B) | 279.73º | 0.98% | 0.59% | - |
| XYZ | 10.99 | 5.07 | 29.68 | - |
| YUV | 49.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 151 | 0.33 | 0.98 | 0 | 0.41 | 279.73 | 0.96 | 0.3 |
| Hex | 65 | 3 | 97 | 21 | 62 | 0 | 29 | 118 | 60 | 1E |
| Octal | 145 | 3 | 227 | 41 | 142 | 0 | 51 | 430 | 140 | 36 |
| Binary | 1100101 | 11 | 10010111 | 100001 | 1100010 | 0 | 101001 | 100011000 | 1100000 | 11110 |
Color Harmonies of #650397
Complementary color
Monochromatic Colors of #650397
Black with #650397
Text Example
Text Example
White with #650397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650397; }
p { color: rgb(101,3,151); }
H1.HeaderClassName
{
color: #650397;
}
.AnyTagClassName
{
color: #650397;
}
</style>
background-color css
<style>
a { background-color: #650397; }
a { background-color: rgb(101,3,151); }
div.DivClassName
{
background-color: #650397;
}
.BgClassName
{
background-color: #650397;
}
</style>
border-color css
<style>
span { border-color: #650397; }
span { border-color: rgb(101,3,151); }
td.TdClassName
{
border-color: #650397;
}
.TagClassName
{
border-color: #650397;
}
</style>