Shades of Indigo #64108B
Tints of Indigo #64108B
RGB
CMYK
RGB Variations
Color information
#64108B (or 0x64108B) is known color: Indigo. HEX triplet: 64, 10 and 8B. RGB value is (100,16,139). Sum of RGB (Red+Green+Blue) = 100+16+139=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #64108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64108B is #9BEF74. Grayscale: #363636. Windows color (decimal): -10219381 or 9113700. OLE color: 9113700.
HSL color Cylindrical-coordinate representation of color #64108B: hue angle of 280.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64108B is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 16 | 139 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.45 |
| HSL | 280.98º | 0.79% | 0.3% | - |
| HSV(B) | 280.98º | 0.88% | 0.55% | - |
| XYZ | 10.1 | 4.94 | 24.85 | - |
| YUV | 55.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 139 | 0.28 | 0.88 | 0 | 0.45 | 280.98 | 0.79 | 0.3 |
| Hex | 64 | 10 | 8B | 1C | 58 | 0 | 2D | 119 | 4F | 1E |
| Octal | 144 | 20 | 213 | 34 | 130 | 0 | 55 | 431 | 117 | 36 |
| Binary | 1100100 | 10000 | 10001011 | 11100 | 1011000 | 0 | 101101 | 100011001 | 1001111 | 11110 |
Color Harmonies of #64108B
Complementary color
Monochromatic Colors of #64108B
Black with #64108B
Text Example
Text Example
White with #64108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64108B; }
p { color: rgb(100,16,139); }
H1.HeaderClassName
{
color: #64108B;
}
.AnyTagClassName
{
color: #64108B;
}
</style>
background-color css
<style>
a { background-color: #64108B; }
a { background-color: rgb(100,16,139); }
div.DivClassName
{
background-color: #64108B;
}
.BgClassName
{
background-color: #64108B;
}
</style>
border-color css
<style>
span { border-color: #64108B; }
span { border-color: rgb(100,16,139); }
td.TdClassName
{
border-color: #64108B;
}
.TagClassName
{
border-color: #64108B;
}
</style>