Html Css Color HEX #640CDA Electric Indigo

📋 copy color: '#640CDA'

red 100 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #640CDA

Tints of Electric Indigo #640CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 30.3%
G = 3.64%
B = 66.06%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#640CDA (or 0x640CDA) is known color: Electric Indigo. HEX triplet: 64, 0C and DA. RGB value is (100,12,218). Sum of RGB (Red+Green+Blue) = 100+12+218=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #640CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CDA is #9BF325. Grayscale: #3D3D3D. Windows color (decimal): -10220326 or 14290020. OLE color: 14290020.

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

Color convert

RGB 100 12 218 -
CMYK 0.54 0.94 0 0.15
HSL 265.63º 0.9% 0.45% -
HSV(B) 265.63º 0.94% 0.85% -
XYZ 18.04 8.03 66.93 -
YUV 61.8 216.15 155.25 -
System Red Green Blue C M Y K H S L
Decimal 100 12 218 0.54 0.94 0 0.15 265.63 0.9 0.45
Hex 64 C DA 36 5E 0 F 10A 5A 2D
Octal 144 14 332 66 136 0 17 412 132 55
Binary 1100100 1100 11011010 110110 1011110 0 1111 100001010 1011010 101101

Color Harmonies of #640CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CDA

Black with #640CDA

Text Example


Text Example

White with #640CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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