Html Css Color HEX #640CFC Electric Indigo

📋 copy color: '#640CFC'

red 100 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #640CFC

Tints of Electric Indigo #640CFC

RGB

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

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

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

R = 27.47%
G = 3.3%
B = 69.23%

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

#640CFC (or 0x640CFC) is known color: Electric Indigo. HEX triplet: 64, 0C and FC. RGB value is (100,12,252). Sum of RGB (Red+Green+Blue) = 100+12+252=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #640CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CFC is #9BF303. Grayscale: #404040. Windows color (decimal): -10220292 or 16518244. OLE color: 16518244.

HSL color Cylindrical-coordinate representation of color #640CFC: hue angle of 262º 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 #640CFC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 12 252 -
CMYK 0.60 0.95 0 0.01
HSL 262º 0.98% 0.52% -
HSV(B) 262º 0.95% 0.99% -
XYZ 22.96 10 92.82 -
YUV 65.67 233.15 152.49 -
System Red Green Blue C M Y K H S L
Decimal 100 12 252 0.60 0.95 0 0.01 262 0.98 0.52
Hex 64 C FC 3C 5F 0 1 106 62 34
Octal 144 14 374 74 137 0 1 406 142 64
Binary 1100100 1100 11111100 111100 1011111 0 1 100000110 1100010 110100

Color Harmonies of #640CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CFC

Black with #640CFC

Text Example


Text Example

White with #640CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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