Html Css Color HEX #640DFC Electric Indigo

📋 copy color: '#640DFC'

red 100 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #640DFC

Tints of Electric Indigo #640DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

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

R = 27.4%
G = 3.56%
B = 69.04%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#640DFC (or 0x640DFC) is known color: Electric Indigo. HEX triplet: 64, 0D and FC. RGB value is (100,13,252). Sum of RGB (Red+Green+Blue) = 100+13+252=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #640DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640DFC is #9BF203. Grayscale: #414141. Windows color (decimal): -10220036 or 16518500. OLE color: 16518500.

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

Color convert

RGB 100 13 252 -
CMYK 0.60 0.95 0 0.01
HSL 261.84º 0.98% 0.52% -
HSV(B) 261.84º 0.95% 0.99% -
XYZ 22.97 10.03 92.82 -
YUV 66.26 232.82 152.07 -
System Red Green Blue C M Y K H S L
Decimal 100 13 252 0.60 0.95 0 0.01 261.84 0.98 0.52
Hex 64 D FC 3C 5F 0 1 106 62 34
Octal 144 15 374 74 137 0 1 406 142 64
Binary 1100100 1101 11111100 111100 1011111 0 1 100000110 1100010 110100

Color Harmonies of #640DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DFC

Black with #640DFC

Text Example


Text Example

White with #640DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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