Html Css Color HEX #640CDD Electric Indigo

📋 copy color: '#640CDD'

red 100 ◦ green 12 ◦ blue 221

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

Shades of Electric Indigo #640CDD

Tints of Electric Indigo #640CDD

RGB

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

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

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

R = 30.03%
G = 3.6%
B = 66.37%

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

#640CDD (or 0x640CDD) is known color: Electric Indigo. HEX triplet: 64, 0C and DD. RGB value is (100,12,221). Sum of RGB (Red+Green+Blue) = 100+12+221=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #640CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CDD is #9BF322. Grayscale: #3D3D3D. Windows color (decimal): -10220323 or 14486628. OLE color: 14486628.

HSL color Cylindrical-coordinate representation of color #640CDD: hue angle of 265.26º degrees, saturation: 0.9, 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 #640CDD is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 12 221 -
CMYK 0.55 0.95 0 0.13
HSL 265.26º 0.9% 0.46% -
HSV(B) 265.26º 0.95% 0.87% -
XYZ 18.44 8.19 69.02 -
YUV 62.14 217.65 155.01 -
System Red Green Blue C M Y K H S L
Decimal 100 12 221 0.55 0.95 0 0.13 265.26 0.9 0.46
Hex 64 C DD 37 5F 0 D 109 5A 2E
Octal 144 14 335 67 137 0 15 411 132 56
Binary 1100100 1100 11011101 110111 1011111 0 1101 100001001 1011010 101110

Color Harmonies of #640CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CDD

Black with #640CDD

Text Example


Text Example

White with #640CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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