Shades of Electric Indigo #640CFD
Tints of Electric Indigo #640CFD
RGB
CMYK
RGB Variations
Color information
#640CFD (or 0x640CFD) is known color: Electric Indigo. HEX triplet: 64, 0C and FD. RGB value is (100,12,253). Sum of RGB (Red+Green+Blue) = 100+12+253=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #640CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CFD is #9BF302. Grayscale: #404040. Windows color (decimal): -10220291 or 16583780. OLE color: 16583780.
HSL color Cylindrical-coordinate representation of color #640CFD: hue angle of 261.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CFD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 12 | 253 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.01 |
| HSL | 261.91º | 0.98% | 0.52% | - |
| HSV(B) | 261.91º | 0.95% | 0.99% | - |
| XYZ | 23.12 | 10.06 | 93.65 | - |
| YUV | 65.79 | 233.65 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 253 | 0.60 | 0.95 | 0 | 0.01 | 261.91 | 0.98 | 0.52 |
| Hex | 64 | C | FD | 3C | 5F | 0 | 1 | 106 | 62 | 34 |
| Octal | 144 | 14 | 375 | 74 | 137 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100100 | 1100 | 11111101 | 111100 | 1011111 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #640CFD
Complementary color
Monochromatic Colors of #640CFD
Black with #640CFD
Text Example
Text Example
White with #640CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CFD; }
p { color: rgb(100,12,253); }
H1.HeaderClassName
{
color: #640CFD;
}
.AnyTagClassName
{
color: #640CFD;
}
</style>
background-color css
<style>
a { background-color: #640CFD; }
a { background-color: rgb(100,12,253); }
div.DivClassName
{
background-color: #640CFD;
}
.BgClassName
{
background-color: #640CFD;
}
</style>
border-color css
<style>
span { border-color: #640CFD; }
span { border-color: rgb(100,12,253); }
td.TdClassName
{
border-color: #640CFD;
}
.TagClassName
{
border-color: #640CFD;
}
</style>