Html Css Color HEX #640BDD Electric Indigo

📋 copy color: '#640BDD'

red 100 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #640BDD

Tints of Electric Indigo #640BDD

RGB

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

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

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

R = 30.12%
G = 3.31%
B = 66.57%

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

#640BDD (or 0x640BDD) is known color: Electric Indigo. HEX triplet: 64, 0B and DD. RGB value is (100,11,221). Sum of RGB (Red+Green+Blue) = 100+11+221=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #640BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BDD is #9BF422. Grayscale: #3C3C3C. Windows color (decimal): -10220579 or 14486372. OLE color: 14486372.

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

Color convert

RGB 100 11 221 -
CMYK 0.55 0.95 0 0.13
HSL 265.43º 0.91% 0.45% -
HSV(B) 265.43º 0.95% 0.87% -
XYZ 18.43 8.17 69.01 -
YUV 61.55 217.99 155.42 -
System Red Green Blue C M Y K H S L
Decimal 100 11 221 0.55 0.95 0 0.13 265.43 0.91 0.45
Hex 64 B DD 37 5F 0 D 109 5B 2D
Octal 144 13 335 67 137 0 15 411 133 55
Binary 1100100 1011 11011101 110111 1011111 0 1101 100001001 1011011 101101

Color Harmonies of #640BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BDD

Black with #640BDD

Text Example


Text Example

White with #640BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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