Html Css Color HEX #640CEE Electric Indigo

📋 copy color: '#640CEE'

red 100 ◦ green 12 ◦ blue 238

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

Shades of Electric Indigo #640CEE

Tints of Electric Indigo #640CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.43%

 BLUE value IS 238 (93.36% from 255) = 68%

R = 28.57%
G = 3.43%
B = 68%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#640CEE (or 0x640CEE) is known color: Electric Indigo. HEX triplet: 64, 0C and EE. RGB value is (100,12,238). Sum of RGB (Red+Green+Blue) = 100+12+238=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #640CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CEE is #9BF311. Grayscale: #3F3F3F. Windows color (decimal): -10220306 or 15600740. OLE color: 15600740.

HSL color Cylindrical-coordinate representation of color #640CEE: hue angle of 263.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CEE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 12 238 -
CMYK 0.58 0.95 0 0.07
HSL 263.36º 0.9% 0.49% -
HSV(B) 263.36º 0.95% 0.93% -
XYZ 20.82 9.15 81.56 -
YUV 64.08 226.15 153.62 -
System Red Green Blue C M Y K H S L
Decimal 100 12 238 0.58 0.95 0 0.07 263.36 0.9 0.49
Hex 64 C EE 3A 5F 0 7 107 5A 31
Octal 144 14 356 72 137 0 7 407 132 61
Binary 1100100 1100 11101110 111010 1011111 0 111 100000111 1011010 110001

Color Harmonies of #640CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CEE

Black with #640CEE

Text Example


Text Example

White with #640CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,12,238); }

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

background-color css

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

 a { background-color: rgb(100,12,238); }

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

border-color css

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

 span { border-color: rgb(100,12,238); }

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