Html Css Color HEX #640FFA Electric Indigo

📋 copy color: '#640FFA'

red 100 ◦ green 15 ◦ blue 250

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

Shades of Electric Indigo #640FFA

Tints of Electric Indigo #640FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 27.4%
G = 4.11%
B = 68.49%

CMYK

 C value IS 0.6

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#640FFA (or 0x640FFA) is known color: Electric Indigo. HEX triplet: 64, 0F and FA. RGB value is (100,15,250). Sum of RGB (Red+Green+Blue) = 100+15+250=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #640FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FFA is #9BF005. Grayscale: #424242. Windows color (decimal): -10219526 or 16387940. OLE color: 16387940.

HSL color Cylindrical-coordinate representation of color #640FFA: hue angle of 261.7º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FFA is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 15 250 -
CMYK 0.6 0.94 0 0.02
HSL 261.7º 0.96% 0.52% -
HSV(B) 261.7º 0.94% 0.98% -
XYZ 22.68 9.95 91.17 -
YUV 67.21 231.16 151.39 -
System Red Green Blue C M Y K H S L
Decimal 100 15 250 0.6 0.94 0 0.02 261.7 0.96 0.52
Hex 64 F FA 3C 5E 0 2 106 60 34
Octal 144 17 372 74 136 0 2 406 140 64
Binary 1100100 1111 11111010 111100 1011110 0 10 100000110 1100000 110100

Color Harmonies of #640FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FFA

Black with #640FFA

Text Example


Text Example

White with #640FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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