Shades of Indigo #641682
Tints of Indigo #641682
RGB
CMYK
RGB Variations
Color information
#641682 (or 0x641682) is known color: Indigo. HEX triplet: 64, 16 and 82. RGB value is (100,22,130). Sum of RGB (Red+Green+Blue) = 100+22+130=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #641682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641682 is #9BE97D. Grayscale: #393939. Windows color (decimal): -10217854 or 8525412. OLE color: 8525412.
HSL color Cylindrical-coordinate representation of color #641682: hue angle of 283.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641682 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 22 | 130 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.49 |
| HSL | 283.33º | 0.71% | 0.3% | - |
| HSV(B) | 283.33º | 0.83% | 0.51% | - |
| XYZ | 9.57 | 4.89 | 21.56 | - |
| YUV | 57.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 130 | 0.23 | 0.83 | 0 | 0.49 | 283.33 | 0.71 | 0.3 |
| Hex | 64 | 16 | 82 | 17 | 53 | 0 | 31 | 11B | 47 | 1E |
| Octal | 144 | 26 | 202 | 27 | 123 | 0 | 61 | 433 | 107 | 36 |
| Binary | 1100100 | 10110 | 10000010 | 10111 | 1010011 | 0 | 110001 | 100011011 | 1000111 | 11110 |
Color Harmonies of #641682
Complementary color
Monochromatic Colors of #641682
Black with #641682
Text Example
Text Example
White with #641682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641682; }
p { color: rgb(100,22,130); }
H1.HeaderClassName
{
color: #641682;
}
.AnyTagClassName
{
color: #641682;
}
</style>
background-color css
<style>
a { background-color: #641682; }
a { background-color: rgb(100,22,130); }
div.DivClassName
{
background-color: #641682;
}
.BgClassName
{
background-color: #641682;
}
</style>
border-color css
<style>
span { border-color: #641682; }
span { border-color: rgb(100,22,130); }
td.TdClassName
{
border-color: #641682;
}
.TagClassName
{
border-color: #641682;
}
</style>