Shades of Indigo #641484
Tints of Indigo #641484
RGB
CMYK
RGB Variations
Color information
#641484 (or 0x641484) is known color: Indigo. HEX triplet: 64, 14 and 84. RGB value is (100,20,132). Sum of RGB (Red+Green+Blue) = 100+20+132=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #641484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641484 is #9BEB7B. Grayscale: #383838. Windows color (decimal): -10218364 or 8655972. OLE color: 8655972.
HSL color Cylindrical-coordinate representation of color #641484: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641484 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 20 | 132 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.48 |
| HSL | 282.86º | 0.74% | 0.3% | - |
| HSV(B) | 282.86º | 0.85% | 0.52% | - |
| XYZ | 9.67 | 4.88 | 22.26 | - |
| YUV | 56.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 132 | 0.24 | 0.85 | 0 | 0.48 | 282.86 | 0.74 | 0.3 |
| Hex | 64 | 14 | 84 | 18 | 55 | 0 | 30 | 11B | 4A | 1E |
| Octal | 144 | 24 | 204 | 30 | 125 | 0 | 60 | 433 | 112 | 36 |
| Binary | 1100100 | 10100 | 10000100 | 11000 | 1010101 | 0 | 110000 | 100011011 | 1001010 | 11110 |
Color Harmonies of #641484
Complementary color
Monochromatic Colors of #641484
Black with #641484
Text Example
Text Example
White with #641484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641484; }
p { color: rgb(100,20,132); }
H1.HeaderClassName
{
color: #641484;
}
.AnyTagClassName
{
color: #641484;
}
</style>
background-color css
<style>
a { background-color: #641484; }
a { background-color: rgb(100,20,132); }
div.DivClassName
{
background-color: #641484;
}
.BgClassName
{
background-color: #641484;
}
</style>
border-color css
<style>
span { border-color: #641484; }
span { border-color: rgb(100,20,132); }
td.TdClassName
{
border-color: #641484;
}
.TagClassName
{
border-color: #641484;
}
</style>