Html Css Color HEX #640CFE Electric Indigo

📋 copy color: '#640CFE'

red 100 ◦ green 12 ◦ blue 254

#640CFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #640CFE

Tints of Electric Indigo #640CFE

RGB

 RED value IS 100 (39.45% from 255) = 27.32%

 GREEN value IS 12 (5.08% from 255) = 3.28%

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 27.32%
G = 3.28%
B = 69.4%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#640CFE (or 0x640CFE) is known color: Electric Indigo. HEX triplet: 64, 0C and FE. RGB value is (100,12,254). Sum of RGB (Red+Green+Blue) = 100+12+254=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #640CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CFE is #9BF301. Grayscale: #414141. Windows color (decimal): -10220290 or 16649316. OLE color: 16649316.

HSL color Cylindrical-coordinate representation of color #640CFE: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CFE is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 12 254 -
CMYK 0.61 0.95 0 0.00
HSL 261.82º 0.99% 0.52% -
HSV(B) 261.82º 0.95% 1% -
XYZ 23.28 10.13 94.49 -
YUV 65.9 234.15 152.32 -
System Red Green Blue C M Y K H S L
Decimal 100 12 254 0.61 0.95 0 0.00 261.82 0.99 0.52
Hex 64 C FE 3D 5F 0 0 106 63 34
Octal 144 14 376 75 137 0 0 406 143 64
Binary 1100100 1100 11111110 111101 1011111 0 0 100000110 1100011 110100

Color Harmonies of #640CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CFE

Black with #640CFE

Text Example


Text Example

White with #640CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640CFE; }

 p { color: rgb(100,12,254); }

 H1.HeaderClassName
 {
   color: #640CFE;
 }
 .AnyTagClassName
 {
   color: #640CFE;
 }
</style>

background-color css

<style>
 a { background-color: #640CFE; }

 a { background-color: rgb(100,12,254); }

 div.DivClassName
 {
   background-color: #640CFE;
 }
 .BgClassName
 {
   background-color: #640CFE;
 }
</style>

border-color css

<style>
 span { border-color: #640CFE; }

 span { border-color: rgb(100,12,254); }

 td.TdClassName
 {
   border-color: #640CFE;
 }
 .TagClassName
 {
   border-color: #640CFE;
 }
</style>