Html Css Color HEX #640294 Indigo

📋 copy color: '#640294'

red 100 ◦ green 2 ◦ blue 148

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

Shades of Indigo #640294

Tints of Indigo #640294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 40%
G = 0.8%
B = 59.2%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640294 (or 0x640294) is known color: Indigo. HEX triplet: 64, 02 and 94. RGB value is (100,2,148). Sum of RGB (Red+Green+Blue) = 100+2+148=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #640294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640294 is #9BFD6B. Grayscale: #2F2F2F. Windows color (decimal): -10222956 or 9699940. OLE color: 9699940.

HSL color Cylindrical-coordinate representation of color #640294: hue angle of 280.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640294 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 2 148 -
CMYK 0.32 0.99 0 0.42
HSL 280.27º 0.97% 0.29% -
HSV(B) 280.27º 0.99% 0.58% -
XYZ 10.62 4.89 28.4 -
YUV 47.95 184.47 165.13 -
System Red Green Blue C M Y K H S L
Decimal 100 2 148 0.32 0.99 0 0.42 280.27 0.97 0.29
Hex 64 2 94 20 63 0 2A 118 61 1D
Octal 144 2 224 40 143 0 52 430 141 35
Binary 1100100 10 10010100 100000 1100011 0 101010 100011000 1100001 11101

Color Harmonies of #640294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640294

Black with #640294

Text Example


Text Example

White with #640294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640294; }

 p { color: rgb(100,2,148); }

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

background-color css

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

 a { background-color: rgb(100,2,148); }

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

border-color css

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

 span { border-color: rgb(100,2,148); }

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