Html Css Color HEX #640894 Indigo

📋 copy color: '#640894'

red 100 ◦ green 8 ◦ blue 148

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

Shades of Indigo #640894

Tints of Indigo #640894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 39.06%
G = 3.13%
B = 57.81%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640894 (or 0x640894) is known color: Indigo. HEX triplet: 64, 08 and 94. RGB value is (100,8,148). Sum of RGB (Red+Green+Blue) = 100+8+148=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #640894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640894 is #9BF76B. Grayscale: #333333. Windows color (decimal): -10221420 or 9701476. OLE color: 9701476.

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

Color convert

RGB 100 8 148 -
CMYK 0.32 0.95 0 0.42
HSL 279.43º 0.9% 0.31% -
HSV(B) 279.43º 0.95% 0.58% -
XYZ 10.69 5.02 28.42 -
YUV 51.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 100 8 148 0.32 0.95 0 0.42 279.43 0.9 0.31
Hex 64 8 94 20 5F 0 2A 117 5A 1F
Octal 144 10 224 40 137 0 52 427 132 37
Binary 1100100 1000 10010100 100000 1011111 0 101010 100010111 1011010 11111

Color Harmonies of #640894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640894

Black with #640894

Text Example


Text Example

White with #640894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640894; }

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

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

background-color css

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

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

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

border-color css

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

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

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