Shades of Indigo #640185
Tints of Indigo #640185
RGB
CMYK
RGB Variations
Color information
#640185 (or 0x640185) is known color: Indigo. HEX triplet: 64, 01 and 85. RGB value is (100,1,133). Sum of RGB (Red+Green+Blue) = 100+1+133=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #640185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640185 is #9BFE7A. Grayscale: #2D2D2D. Windows color (decimal): -10223227 or 8716644. OLE color: 8716644.
HSL color Cylindrical-coordinate representation of color #640185: hue angle of 285º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640185 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 1 | 133 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.48 |
| HSL | 285º | 0.99% | 0.26% | - |
| HSV(B) | 285º | 0.99% | 0.52% | - |
| XYZ | 9.5 | 4.42 | 22.54 | - |
| YUV | 45.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 133 | 0.25 | 0.99 | 0 | 0.48 | 285 | 0.99 | 0.26 |
| Hex | 64 | 1 | 85 | 19 | 63 | 0 | 30 | 11D | 63 | 1A |
| Octal | 144 | 1 | 205 | 31 | 143 | 0 | 60 | 435 | 143 | 32 |
| Binary | 1100100 | 1 | 10000101 | 11001 | 1100011 | 0 | 110000 | 100011101 | 1100011 | 11010 |
Color Harmonies of #640185
Complementary color
Monochromatic Colors of #640185
Black with #640185
Text Example
Text Example
White with #640185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640185; }
p { color: rgb(100,1,133); }
H1.HeaderClassName
{
color: #640185;
}
.AnyTagClassName
{
color: #640185;
}
</style>
background-color css
<style>
a { background-color: #640185; }
a { background-color: rgb(100,1,133); }
div.DivClassName
{
background-color: #640185;
}
.BgClassName
{
background-color: #640185;
}
</style>
border-color css
<style>
span { border-color: #640185; }
span { border-color: rgb(100,1,133); }
td.TdClassName
{
border-color: #640185;
}
.TagClassName
{
border-color: #640185;
}
</style>