Html Css Color HEX #640BDF Electric Indigo

📋 copy color: '#640BDF'

red 100 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #640BDF

Tints of Electric Indigo #640BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 29.94%
G = 3.29%
B = 66.77%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#640BDF (or 0x640BDF) is known color: Electric Indigo. HEX triplet: 64, 0B and DF. RGB value is (100,11,223). Sum of RGB (Red+Green+Blue) = 100+11+223=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #640BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BDF is #9BF420. Grayscale: #3D3D3D. Windows color (decimal): -10220577 or 14617444. OLE color: 14617444.

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

Color convert

RGB 100 11 223 -
CMYK 0.55 0.95 0 0.13
HSL 265.19º 0.91% 0.46% -
HSV(B) 265.19º 0.95% 0.87% -
XYZ 18.69 8.28 70.42 -
YUV 61.78 218.99 155.26 -
System Red Green Blue C M Y K H S L
Decimal 100 11 223 0.55 0.95 0 0.13 265.19 0.91 0.46
Hex 64 B DF 37 5F 0 D 109 5B 2E
Octal 144 13 337 67 137 0 15 411 133 56
Binary 1100100 1011 11011111 110111 1011111 0 1101 100001001 1011011 101110

Color Harmonies of #640BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BDF

Black with #640BDF

Text Example


Text Example

White with #640BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,11,223); }

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

background-color css

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

 a { background-color: rgb(100,11,223); }

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

border-color css

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

 span { border-color: rgb(100,11,223); }

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