Html Css Color HEX #640FDD Electric Indigo

📋 copy color: '#640FDD'

red 100 ◦ green 15 ◦ blue 221

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

Shades of Electric Indigo #640FDD

Tints of Electric Indigo #640FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 29.76%
G = 4.46%
B = 65.77%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#640FDD (or 0x640FDD) is known color: Electric Indigo. HEX triplet: 64, 0F and DD. RGB value is (100,15,221). Sum of RGB (Red+Green+Blue) = 100+15+221=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #640FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FDD is #9BF022. Grayscale: #3F3F3F. Windows color (decimal): -10219555 or 14487396. OLE color: 14487396.

HSL color Cylindrical-coordinate representation of color #640FDD: hue angle of 264.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FDD is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 15 221 -
CMYK 0.55 0.93 0 0.13
HSL 264.76º 0.87% 0.46% -
HSV(B) 264.76º 0.93% 0.87% -
XYZ 18.48 8.27 69.03 -
YUV 63.9 216.66 153.75 -
System Red Green Blue C M Y K H S L
Decimal 100 15 221 0.55 0.93 0 0.13 264.76 0.87 0.46
Hex 64 F DD 37 5D 0 D 109 57 2E
Octal 144 17 335 67 135 0 15 411 127 56
Binary 1100100 1111 11011101 110111 1011101 0 1101 100001001 1010111 101110

Color Harmonies of #640FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FDD

Black with #640FDD

Text Example


Text Example

White with #640FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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