Shades of Indigo #64068D
Tints of Indigo #64068D
RGB
CMYK
RGB Variations
Color information
#64068D (or 0x64068D) is known color: Indigo. HEX triplet: 64, 06 and 8D. RGB value is (100,6,141). Sum of RGB (Red+Green+Blue) = 100+6+141=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #64068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64068D is #9BF972. Grayscale: #313131. Windows color (decimal): -10221939 or 9242212. OLE color: 9242212.
HSL color Cylindrical-coordinate representation of color #64068D: hue angle of 281.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64068D is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 6 | 141 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.45 |
| HSL | 281.78º | 0.92% | 0.29% | - |
| HSV(B) | 281.78º | 0.96% | 0.55% | - |
| XYZ | 10.13 | 4.76 | 25.58 | - |
| YUV | 49.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 141 | 0.29 | 0.96 | 0 | 0.45 | 281.78 | 0.92 | 0.29 |
| Hex | 64 | 6 | 8D | 1D | 60 | 0 | 2D | 11A | 5C | 1D |
| Octal | 144 | 6 | 215 | 35 | 140 | 0 | 55 | 432 | 134 | 35 |
| Binary | 1100100 | 110 | 10001101 | 11101 | 1100000 | 0 | 101101 | 100011010 | 1011100 | 11101 |
Color Harmonies of #64068D
Complementary color
Monochromatic Colors of #64068D
Black with #64068D
Text Example
Text Example
White with #64068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64068D; }
p { color: rgb(100,6,141); }
H1.HeaderClassName
{
color: #64068D;
}
.AnyTagClassName
{
color: #64068D;
}
</style>
background-color css
<style>
a { background-color: #64068D; }
a { background-color: rgb(100,6,141); }
div.DivClassName
{
background-color: #64068D;
}
.BgClassName
{
background-color: #64068D;
}
</style>
border-color css
<style>
span { border-color: #64068D; }
span { border-color: rgb(100,6,141); }
td.TdClassName
{
border-color: #64068D;
}
.TagClassName
{
border-color: #64068D;
}
</style>