Shades of Indigo #64038F
Tints of Indigo #64038F
RGB
CMYK
RGB Variations
Color information
#64038F (or 0x64038F) is known color: Indigo. HEX triplet: 64, 03 and 8F. RGB value is (100,3,143). Sum of RGB (Red+Green+Blue) = 100+3+143=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #64038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64038F is #9BFC70. Grayscale: #2F2F2F. Windows color (decimal): -10222705 or 9372516. OLE color: 9372516.
HSL color Cylindrical-coordinate representation of color #64038F: hue angle of 281.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64038F is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 3 | 143 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.44 |
| HSL | 281.57º | 0.96% | 0.29% | - |
| HSV(B) | 281.57º | 0.98% | 0.56% | - |
| XYZ | 10.25 | 4.76 | 26.36 | - |
| YUV | 47.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 143 | 0.30 | 0.98 | 0 | 0.44 | 281.57 | 0.96 | 0.29 |
| Hex | 64 | 3 | 8F | 1E | 62 | 0 | 2C | 11A | 60 | 1D |
| Octal | 144 | 3 | 217 | 36 | 142 | 0 | 54 | 432 | 140 | 35 |
| Binary | 1100100 | 11 | 10001111 | 11110 | 1100010 | 0 | 101100 | 100011010 | 1100000 | 11101 |
Color Harmonies of #64038F
Complementary color
Monochromatic Colors of #64038F
Black with #64038F
Text Example
Text Example
White with #64038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64038F; }
p { color: rgb(100,3,143); }
H1.HeaderClassName
{
color: #64038F;
}
.AnyTagClassName
{
color: #64038F;
}
</style>
background-color css
<style>
a { background-color: #64038F; }
a { background-color: rgb(100,3,143); }
div.DivClassName
{
background-color: #64038F;
}
.BgClassName
{
background-color: #64038F;
}
</style>
border-color css
<style>
span { border-color: #64038F; }
span { border-color: rgb(100,3,143); }
td.TdClassName
{
border-color: #64038F;
}
.TagClassName
{
border-color: #64038F;
}
</style>