Shades of Indigo #641395
Tints of Indigo #641395
RGB
CMYK
RGB Variations
Color information
#641395 (or 0x641395) is known color: Indigo. HEX triplet: 64, 13 and 95. RGB value is (100,19,149). Sum of RGB (Red+Green+Blue) = 100+19+149=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #641395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641395 is #9BEC6A. Grayscale: #393939. Windows color (decimal): -10218603 or 9769828. OLE color: 9769828.
HSL color Cylindrical-coordinate representation of color #641395: hue angle of 277.38º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641395 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 19 | 149 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.42 |
| HSL | 277.38º | 0.77% | 0.33% | - |
| HSV(B) | 277.38º | 0.87% | 0.58% | - |
| XYZ | 10.91 | 5.34 | 28.89 | - |
| YUV | 58.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 149 | 0.33 | 0.87 | 0 | 0.42 | 277.38 | 0.77 | 0.33 |
| Hex | 64 | 13 | 95 | 21 | 57 | 0 | 2A | 115 | 4D | 21 |
| Octal | 144 | 23 | 225 | 41 | 127 | 0 | 52 | 425 | 115 | 41 |
| Binary | 1100100 | 10011 | 10010101 | 100001 | 1010111 | 0 | 101010 | 100010101 | 1001101 | 100001 |
Color Harmonies of #641395
Complementary color
Monochromatic Colors of #641395
Black with #641395
Text Example
Text Example
White with #641395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641395; }
p { color: rgb(100,19,149); }
H1.HeaderClassName
{
color: #641395;
}
.AnyTagClassName
{
color: #641395;
}
</style>
background-color css
<style>
a { background-color: #641395; }
a { background-color: rgb(100,19,149); }
div.DivClassName
{
background-color: #641395;
}
.BgClassName
{
background-color: #641395;
}
</style>
border-color css
<style>
span { border-color: #641395; }
span { border-color: rgb(100,19,149); }
td.TdClassName
{
border-color: #641395;
}
.TagClassName
{
border-color: #641395;
}
</style>