Html Css Color HEX #640FF8 Electric Indigo

📋 copy color: '#640FF8'

red 100 ◦ green 15 ◦ blue 248

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

Shades of Electric Indigo #640FF8

Tints of Electric Indigo #640FF8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 248 (97.27% from 255) = 68.32%

R = 27.55%
G = 4.13%
B = 68.32%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#640FF8 (or 0x640FF8) is known color: Electric Indigo. HEX triplet: 64, 0F and F8. RGB value is (100,15,248). Sum of RGB (Red+Green+Blue) = 100+15+248=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 248 (97.27% from 255 or 68.32% from 363); Max value from RGB is 248 - color contains mainly: blue. Hex color #640FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FF8 is #9BF007. Grayscale: #424242. Windows color (decimal): -10219528 or 16256868. OLE color: 16256868.

HSL color Cylindrical-coordinate representation of color #640FF8: hue angle of 261.89º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FF8 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 15 248 -
CMYK 0.60 0.94 0 0.03
HSL 261.89º 0.94% 0.52% -
HSV(B) 261.89º 0.94% 0.97% -
XYZ 22.37 9.83 89.52 -
YUV 66.98 230.16 151.55 -
System Red Green Blue C M Y K H S L
Decimal 100 15 248 0.60 0.94 0 0.03 261.89 0.94 0.52
Hex 64 F F8 3C 5E 0 3 106 5E 34
Octal 144 17 370 74 136 0 3 406 136 64
Binary 1100100 1111 11111000 111100 1011110 0 11 100000110 1011110 110100

Color Harmonies of #640FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FF8

Black with #640FF8

Text Example


Text Example

White with #640FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,248); }

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

background-color css

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

 a { background-color: rgb(100,15,248); }

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

border-color css

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

 span { border-color: rgb(100,15,248); }

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