Html Css Color HEX #640DFA Electric Indigo

📋 copy color: '#640DFA'

red 100 ◦ green 13 ◦ blue 250

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

Shades of Electric Indigo #640DFA

Tints of Electric Indigo #640DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

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

R = 27.55%
G = 3.58%
B = 68.87%

CMYK

 C value IS 0.6

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#640DFA (or 0x640DFA) is known color: Electric Indigo. HEX triplet: 64, 0D and FA. RGB value is (100,13,250). Sum of RGB (Red+Green+Blue) = 100+13+250=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #640DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640DFA is #9BF205. Grayscale: #414141. Windows color (decimal): -10220038 or 16387428. OLE color: 16387428.

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

Color convert

RGB 100 13 250 -
CMYK 0.6 0.95 0 0.02
HSL 262.03º 0.96% 0.52% -
HSV(B) 262.03º 0.95% 0.98% -
XYZ 22.65 9.9 91.16 -
YUV 66.03 231.82 152.23 -
System Red Green Blue C M Y K H S L
Decimal 100 13 250 0.6 0.95 0 0.02 262.03 0.96 0.52
Hex 64 D FA 3C 5F 0 2 106 60 34
Octal 144 15 372 74 137 0 2 406 140 64
Binary 1100100 1101 11111010 111100 1011111 0 10 100000110 1100000 110100

Color Harmonies of #640DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DFA

Black with #640DFA

Text Example


Text Example

White with #640DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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