Html Css Color HEX #640FFD Electric Indigo

📋 copy color: '#640FFD'

red 100 ◦ green 15 ◦ blue 253

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

Shades of Electric Indigo #640FFD

Tints of Electric Indigo #640FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 27.17%
G = 4.08%
B = 68.75%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#640FFD (or 0x640FFD) is known color: Electric Indigo. HEX triplet: 64, 0F and FD. RGB value is (100,15,253). Sum of RGB (Red+Green+Blue) = 100+15+253=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #640FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FFD is #9BF002. Grayscale: #424242. Windows color (decimal): -10219523 or 16584548. OLE color: 16584548.

HSL color Cylindrical-coordinate representation of color #640FFD: hue angle of 261.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FFD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 15 253 -
CMYK 0.60 0.94 0 0.01
HSL 261.43º 0.98% 0.53% -
HSV(B) 261.43º 0.94% 0.99% -
XYZ 23.16 10.14 93.67 -
YUV 67.55 232.66 151.15 -
System Red Green Blue C M Y K H S L
Decimal 100 15 253 0.60 0.94 0 0.01 261.43 0.98 0.53
Hex 64 F FD 3C 5E 0 1 105 62 35
Octal 144 17 375 74 136 0 1 405 142 65
Binary 1100100 1111 11111101 111100 1011110 0 1 100000101 1100010 110101

Color Harmonies of #640FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FFD

Black with #640FFD

Text Example


Text Example

White with #640FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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