Shades of Indigo #641297
Tints of Indigo #641297
RGB
CMYK
RGB Variations
Color information
#641297 (or 0x641297) is known color: Indigo. HEX triplet: 64, 12 and 97. RGB value is (100,18,151). Sum of RGB (Red+Green+Blue) = 100+18+151=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #641297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641297 is #9BED68. Grayscale: #393939. Windows color (decimal): -10218857 or 9900644. OLE color: 9900644.
HSL color Cylindrical-coordinate representation of color #641297: hue angle of 276.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641297 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 18 | 151 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.41 |
| HSL | 276.99º | 0.79% | 0.33% | - |
| HSV(B) | 276.99º | 0.88% | 0.59% | - |
| XYZ | 11.06 | 5.38 | 29.73 | - |
| YUV | 57.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 151 | 0.34 | 0.88 | 0 | 0.41 | 276.99 | 0.79 | 0.33 |
| Hex | 64 | 12 | 97 | 22 | 58 | 0 | 29 | 115 | 4F | 21 |
| Octal | 144 | 22 | 227 | 42 | 130 | 0 | 51 | 425 | 117 | 41 |
| Binary | 1100100 | 10010 | 10010111 | 100010 | 1011000 | 0 | 101001 | 100010101 | 1001111 | 100001 |
Color Harmonies of #641297
Complementary color
Monochromatic Colors of #641297
Black with #641297
Text Example
Text Example
White with #641297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641297; }
p { color: rgb(100,18,151); }
H1.HeaderClassName
{
color: #641297;
}
.AnyTagClassName
{
color: #641297;
}
</style>
background-color css
<style>
a { background-color: #641297; }
a { background-color: rgb(100,18,151); }
div.DivClassName
{
background-color: #641297;
}
.BgClassName
{
background-color: #641297;
}
</style>
border-color css
<style>
span { border-color: #641297; }
span { border-color: rgb(100,18,151); }
td.TdClassName
{
border-color: #641297;
}
.TagClassName
{
border-color: #641297;
}
</style>