Shades of Indigo #641482
Tints of Indigo #641482
RGB
CMYK
RGB Variations
Color information
#641482 (or 0x641482) is known color: Indigo. HEX triplet: 64, 14 and 82. RGB value is (100,20,130). Sum of RGB (Red+Green+Blue) = 100+20+130=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #641482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641482 is #9BEB7D. Grayscale: #383838. Windows color (decimal): -10218366 or 8524900. OLE color: 8524900.
HSL color Cylindrical-coordinate representation of color #641482: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641482 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 20 | 130 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.49 |
| HSL | 283.64º | 0.73% | 0.29% | - |
| HSV(B) | 283.64º | 0.85% | 0.51% | - |
| XYZ | 9.53 | 4.82 | 21.55 | - |
| YUV | 56.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 130 | 0.23 | 0.85 | 0 | 0.49 | 283.64 | 0.73 | 0.29 |
| Hex | 64 | 14 | 82 | 17 | 55 | 0 | 31 | 11C | 49 | 1D |
| Octal | 144 | 24 | 202 | 27 | 125 | 0 | 61 | 434 | 111 | 35 |
| Binary | 1100100 | 10100 | 10000010 | 10111 | 1010101 | 0 | 110001 | 100011100 | 1001001 | 11101 |
Color Harmonies of #641482
Complementary color
Monochromatic Colors of #641482
Black with #641482
Text Example
Text Example
White with #641482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641482; }
p { color: rgb(100,20,130); }
H1.HeaderClassName
{
color: #641482;
}
.AnyTagClassName
{
color: #641482;
}
</style>
background-color css
<style>
a { background-color: #641482; }
a { background-color: rgb(100,20,130); }
div.DivClassName
{
background-color: #641482;
}
.BgClassName
{
background-color: #641482;
}
</style>
border-color css
<style>
span { border-color: #641482; }
span { border-color: rgb(100,20,130); }
td.TdClassName
{
border-color: #641482;
}
.TagClassName
{
border-color: #641482;
}
</style>