Html Css Color HEX #640BFC Electric Indigo

📋 copy color: '#640BFC'

red 100 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #640BFC

Tints of Electric Indigo #640BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 27.55%
G = 3.03%
B = 69.42%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#640BFC (or 0x640BFC) is known color: Electric Indigo. HEX triplet: 64, 0B and FC. RGB value is (100,11,252). Sum of RGB (Red+Green+Blue) = 100+11+252=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #640BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BFC is #9BF403. Grayscale: #404040. Windows color (decimal): -10220548 or 16517988. OLE color: 16517988.

HSL color Cylindrical-coordinate representation of color #640BFC: hue angle of 262.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640BFC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 11 252 -
CMYK 0.60 0.96 0 0.01
HSL 262.16º 0.98% 0.52% -
HSV(B) 262.16º 0.96% 0.99% -
XYZ 22.95 9.98 92.81 -
YUV 65.09 233.49 152.9 -
System Red Green Blue C M Y K H S L
Decimal 100 11 252 0.60 0.96 0 0.01 262.16 0.98 0.52
Hex 64 B FC 3C 60 0 1 106 62 34
Octal 144 13 374 74 140 0 1 406 142 64
Binary 1100100 1011 11111100 111100 1100000 0 1 100000110 1100010 110100

Color Harmonies of #640BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BFC

Black with #640BFC

Text Example


Text Example

White with #640BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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