Shades of Indigo #640F9D
Tints of Indigo #640F9D
RGB
CMYK
RGB Variations
Color information
#640F9D (or 0x640F9D) is known color: Indigo. HEX triplet: 64, 0F and 9D. RGB value is (100,15,157). Sum of RGB (Red+Green+Blue) = 100+15+157=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #640F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F9D is #9BF062. Grayscale: #383838. Windows color (decimal): -10219619 or 10293092. OLE color: 10293092.
HSL color Cylindrical-coordinate representation of color #640F9D: hue angle of 275.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640F9D is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 15 | 157 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.38 |
| HSL | 275.92º | 0.83% | 0.34% | - |
| HSV(B) | 275.92º | 0.9% | 0.62% | - |
| XYZ | 11.51 | 5.49 | 32.35 | - |
| YUV | 56.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 157 | 0.36 | 0.90 | 0 | 0.38 | 275.92 | 0.83 | 0.34 |
| Hex | 64 | F | 9D | 24 | 5A | 0 | 26 | 114 | 53 | 22 |
| Octal | 144 | 17 | 235 | 44 | 132 | 0 | 46 | 424 | 123 | 42 |
| Binary | 1100100 | 1111 | 10011101 | 100100 | 1011010 | 0 | 100110 | 100010100 | 1010011 | 100010 |
Color Harmonies of #640F9D
Complementary color
Monochromatic Colors of #640F9D
Black with #640F9D
Text Example
Text Example
White with #640F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F9D; }
p { color: rgb(100,15,157); }
H1.HeaderClassName
{
color: #640F9D;
}
.AnyTagClassName
{
color: #640F9D;
}
</style>
background-color css
<style>
a { background-color: #640F9D; }
a { background-color: rgb(100,15,157); }
div.DivClassName
{
background-color: #640F9D;
}
.BgClassName
{
background-color: #640F9D;
}
</style>
border-color css
<style>
span { border-color: #640F9D; }
span { border-color: rgb(100,15,157); }
td.TdClassName
{
border-color: #640F9D;
}
.TagClassName
{
border-color: #640F9D;
}
</style>