Shades of Indigo #64159B
Tints of Indigo #64159B
RGB
CMYK
RGB Variations
Color information
#64159B (or 0x64159B) is known color: Indigo. HEX triplet: 64, 15 and 9B. RGB value is (100,21,155). Sum of RGB (Red+Green+Blue) = 100+21+155=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #64159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64159B is #9BEA64. Grayscale: #3B3B3B. Windows color (decimal): -10218085 or 10163556. OLE color: 10163556.
HSL color Cylindrical-coordinate representation of color #64159B: hue angle of 275.37º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64159B is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 21 | 155 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.39 |
| HSL | 275.37º | 0.76% | 0.35% | - |
| HSV(B) | 275.37º | 0.86% | 0.61% | - |
| XYZ | 11.44 | 5.61 | 31.49 | - |
| YUV | 59.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 155 | 0.35 | 0.86 | 0 | 0.39 | 275.37 | 0.76 | 0.35 |
| Hex | 64 | 15 | 9B | 23 | 56 | 0 | 27 | 113 | 4C | 23 |
| Octal | 144 | 25 | 233 | 43 | 126 | 0 | 47 | 423 | 114 | 43 |
| Binary | 1100100 | 10101 | 10011011 | 100011 | 1010110 | 0 | 100111 | 100010011 | 1001100 | 100011 |
Color Harmonies of #64159B
Complementary color
Monochromatic Colors of #64159B
Black with #64159B
Text Example
Text Example
White with #64159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64159B; }
p { color: rgb(100,21,155); }
H1.HeaderClassName
{
color: #64159B;
}
.AnyTagClassName
{
color: #64159B;
}
</style>
background-color css
<style>
a { background-color: #64159B; }
a { background-color: rgb(100,21,155); }
div.DivClassName
{
background-color: #64159B;
}
.BgClassName
{
background-color: #64159B;
}
</style>
border-color css
<style>
span { border-color: #64159B; }
span { border-color: rgb(100,21,155); }
td.TdClassName
{
border-color: #64159B;
}
.TagClassName
{
border-color: #64159B;
}
</style>