Html Css Color HEX #640AFE Electric Indigo

📋 copy color: '#640AFE'

red 100 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #640AFE

Tints of Electric Indigo #640AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

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

R = 27.47%
G = 2.75%
B = 69.78%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#640AFE (or 0x640AFE) is known color: Electric Indigo. HEX triplet: 64, 0A and FE. RGB value is (100,10,254). Sum of RGB (Red+Green+Blue) = 100+10+254=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #640AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640AFE is #9BF501. Grayscale: #3F3F3F. Windows color (decimal): -10220802 or 16648804. OLE color: 16648804.

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

Color convert

RGB 100 10 254 -
CMYK 0.61 0.96 0 0.00
HSL 262.13º 0.99% 0.52% -
HSV(B) 262.13º 0.96% 1% -
XYZ 23.25 10.08 94.49 -
YUV 64.73 234.82 153.16 -
System Red Green Blue C M Y K H S L
Decimal 100 10 254 0.61 0.96 0 0.00 262.13 0.99 0.52
Hex 64 A FE 3D 60 0 0 106 63 34
Octal 144 12 376 75 140 0 0 406 143 64
Binary 1100100 1010 11111110 111101 1100000 0 0 100000110 1100011 110100

Color Harmonies of #640AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AFE

Black with #640AFE

Text Example


Text Example

White with #640AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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