Html Css Color HEX #640BD8 Electric Indigo

📋 copy color: '#640BD8'

red 100 ◦ green 11 ◦ blue 216

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

Shades of Electric Indigo #640BD8

Tints of Electric Indigo #640BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 66.06%

R = 30.58%
G = 3.36%
B = 66.06%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#640BD8 (or 0x640BD8) is known color: Electric Indigo. HEX triplet: 64, 0B and D8. RGB value is (100,11,216). Sum of RGB (Red+Green+Blue) = 100+11+216=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #640BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BD8 is #9BF427. Grayscale: #3C3C3C. Windows color (decimal): -10220584 or 14158692. OLE color: 14158692.

HSL color Cylindrical-coordinate representation of color #640BD8: hue angle of 266.05º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BD8 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 11 216 -
CMYK 0.54 0.95 0 0.15
HSL 266.05º 0.9% 0.45% -
HSV(B) 266.05º 0.95% 0.85% -
XYZ 17.77 7.91 65.56 -
YUV 60.98 215.49 155.83 -
System Red Green Blue C M Y K H S L
Decimal 100 11 216 0.54 0.95 0 0.15 266.05 0.9 0.45
Hex 64 B D8 36 5F 0 F 10A 5A 2D
Octal 144 13 330 66 137 0 17 412 132 55
Binary 1100100 1011 11011000 110110 1011111 0 1111 100001010 1011010 101101

Color Harmonies of #640BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BD8

Black with #640BD8

Text Example


Text Example

White with #640BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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