Shades of Indigo #640F9A
Tints of Indigo #640F9A
RGB
CMYK
RGB Variations
Color information
#640F9A (or 0x640F9A) is known color: Indigo. HEX triplet: 64, 0F and 9A. RGB value is (100,15,154). Sum of RGB (Red+Green+Blue) = 100+15+154=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #640F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F9A is #9BF065. Grayscale: #373737. Windows color (decimal): -10219622 or 10096484. OLE color: 10096484.
HSL color Cylindrical-coordinate representation of color #640F9A: hue angle of 276.69º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640F9A is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 15 | 154 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.40 |
| HSL | 276.69º | 0.82% | 0.33% | - |
| HSV(B) | 276.69º | 0.9% | 0.6% | - |
| XYZ | 11.26 | 5.38 | 31.02 | - |
| YUV | 56.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 154 | 0.35 | 0.90 | 0 | 0.40 | 276.69 | 0.82 | 0.33 |
| Hex | 64 | F | 9A | 23 | 5A | 0 | 28 | 115 | 52 | 21 |
| Octal | 144 | 17 | 232 | 43 | 132 | 0 | 50 | 425 | 122 | 41 |
| Binary | 1100100 | 1111 | 10011010 | 100011 | 1011010 | 0 | 101000 | 100010101 | 1010010 | 100001 |
Color Harmonies of #640F9A
Complementary color
Monochromatic Colors of #640F9A
Black with #640F9A
Text Example
Text Example
White with #640F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F9A; }
p { color: rgb(100,15,154); }
H1.HeaderClassName
{
color: #640F9A;
}
.AnyTagClassName
{
color: #640F9A;
}
</style>
background-color css
<style>
a { background-color: #640F9A; }
a { background-color: rgb(100,15,154); }
div.DivClassName
{
background-color: #640F9A;
}
.BgClassName
{
background-color: #640F9A;
}
</style>
border-color css
<style>
span { border-color: #640F9A; }
span { border-color: rgb(100,15,154); }
td.TdClassName
{
border-color: #640F9A;
}
.TagClassName
{
border-color: #640F9A;
}
</style>