Shades of Indigo #641284
Tints of Indigo #641284
RGB
CMYK
RGB Variations
Color information
#641284 (or 0x641284) is known color: Indigo. HEX triplet: 64, 12 and 84. RGB value is (100,18,132). Sum of RGB (Red+Green+Blue) = 100+18+132=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #641284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641284 is #9BED7B. Grayscale: #373737. Windows color (decimal): -10218876 or 8655460. OLE color: 8655460.
HSL color Cylindrical-coordinate representation of color #641284: hue angle of 283.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641284 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 18 | 132 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.48 |
| HSL | 283.16º | 0.76% | 0.29% | - |
| HSV(B) | 283.16º | 0.86% | 0.52% | - |
| XYZ | 9.64 | 4.81 | 22.25 | - |
| YUV | 55.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 132 | 0.24 | 0.86 | 0 | 0.48 | 283.16 | 0.76 | 0.29 |
| Hex | 64 | 12 | 84 | 18 | 56 | 0 | 30 | 11B | 4C | 1D |
| Octal | 144 | 22 | 204 | 30 | 126 | 0 | 60 | 433 | 114 | 35 |
| Binary | 1100100 | 10010 | 10000100 | 11000 | 1010110 | 0 | 110000 | 100011011 | 1001100 | 11101 |
Color Harmonies of #641284
Complementary color
Monochromatic Colors of #641284
Black with #641284
Text Example
Text Example
White with #641284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641284; }
p { color: rgb(100,18,132); }
H1.HeaderClassName
{
color: #641284;
}
.AnyTagClassName
{
color: #641284;
}
</style>
background-color css
<style>
a { background-color: #641284; }
a { background-color: rgb(100,18,132); }
div.DivClassName
{
background-color: #641284;
}
.BgClassName
{
background-color: #641284;
}
</style>
border-color css
<style>
span { border-color: #641284; }
span { border-color: rgb(100,18,132); }
td.TdClassName
{
border-color: #641284;
}
.TagClassName
{
border-color: #641284;
}
</style>