Shades of Indigo #64158B
Tints of Indigo #64158B
RGB
CMYK
RGB Variations
Color information
#64158B (or 0x64158B) is known color: Indigo. HEX triplet: 64, 15 and 8B. RGB value is (100,21,139). Sum of RGB (Red+Green+Blue) = 100+21+139=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #64158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64158B is #9BEA74. Grayscale: #393939. Windows color (decimal): -10218101 or 9114980. OLE color: 9114980.
HSL color Cylindrical-coordinate representation of color #64158B: hue angle of 280.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64158B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 21 | 139 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.45 |
| HSL | 280.17º | 0.74% | 0.31% | - |
| HSV(B) | 280.17º | 0.85% | 0.55% | - |
| XYZ | 10.18 | 5.11 | 24.88 | - |
| YUV | 58.07 | 173.67 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 139 | 0.28 | 0.85 | 0 | 0.45 | 280.17 | 0.74 | 0.31 |
| Hex | 64 | 15 | 8B | 1C | 55 | 0 | 2D | 118 | 4A | 1F |
| Octal | 144 | 25 | 213 | 34 | 125 | 0 | 55 | 430 | 112 | 37 |
| Binary | 1100100 | 10101 | 10001011 | 11100 | 1010101 | 0 | 101101 | 100011000 | 1001010 | 11111 |
Color Harmonies of #64158B
Complementary color
Monochromatic Colors of #64158B
Black with #64158B
Text Example
Text Example
White with #64158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64158B; }
p { color: rgb(100,21,139); }
H1.HeaderClassName
{
color: #64158B;
}
.AnyTagClassName
{
color: #64158B;
}
</style>
background-color css
<style>
a { background-color: #64158B; }
a { background-color: rgb(100,21,139); }
div.DivClassName
{
background-color: #64158B;
}
.BgClassName
{
background-color: #64158B;
}
</style>
border-color css
<style>
span { border-color: #64158B; }
span { border-color: rgb(100,21,139); }
td.TdClassName
{
border-color: #64158B;
}
.TagClassName
{
border-color: #64158B;
}
</style>