Shades of Indigo #640398
Tints of Indigo #640398
RGB
CMYK
RGB Variations
Color information
#640398 (or 0x640398) is known color: Indigo. HEX triplet: 64, 03 and 98. RGB value is (100,3,152). Sum of RGB (Red+Green+Blue) = 100+3+152=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #640398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640398 is #9BFC67. Grayscale: #303030. Windows color (decimal): -10222696 or 9962340. OLE color: 9962340.
HSL color Cylindrical-coordinate representation of color #640398: hue angle of 279.06º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640398 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 3 | 152 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.40 |
| HSL | 279.06º | 0.96% | 0.3% | - |
| HSV(B) | 279.06º | 0.98% | 0.6% | - |
| XYZ | 10.96 | 5.04 | 30.1 | - |
| YUV | 48.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 152 | 0.34 | 0.98 | 0 | 0.40 | 279.06 | 0.96 | 0.3 |
| Hex | 64 | 3 | 98 | 22 | 62 | 0 | 28 | 117 | 60 | 1E |
| Octal | 144 | 3 | 230 | 42 | 142 | 0 | 50 | 427 | 140 | 36 |
| Binary | 1100100 | 11 | 10011000 | 100010 | 1100010 | 0 | 101000 | 100010111 | 1100000 | 11110 |
Color Harmonies of #640398
Complementary color
Monochromatic Colors of #640398
Black with #640398
Text Example
Text Example
White with #640398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640398; }
p { color: rgb(100,3,152); }
H1.HeaderClassName
{
color: #640398;
}
.AnyTagClassName
{
color: #640398;
}
</style>
background-color css
<style>
a { background-color: #640398; }
a { background-color: rgb(100,3,152); }
div.DivClassName
{
background-color: #640398;
}
.BgClassName
{
background-color: #640398;
}
</style>
border-color css
<style>
span { border-color: #640398; }
span { border-color: rgb(100,3,152); }
td.TdClassName
{
border-color: #640398;
}
.TagClassName
{
border-color: #640398;
}
</style>