Html Css Color HEX #640893 Indigo

📋 copy color: '#640893'

red 100 ◦ green 8 ◦ blue 147

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

Shades of Indigo #640893

Tints of Indigo #640893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 39.22%
G = 3.14%
B = 57.65%

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

#640893 (or 0x640893) is known color: Indigo. HEX triplet: 64, 08 and 93. RGB value is (100,8,147). Sum of RGB (Red+Green+Blue) = 100+8+147=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #640893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640893 is #9BF76C. Grayscale: #323232. Windows color (decimal): -10221421 or 9635940. OLE color: 9635940.

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

Color convert

RGB 100 8 147 -
CMYK 0.32 0.95 0 0.42
HSL 279.71º 0.9% 0.3% -
HSV(B) 279.71º 0.95% 0.58% -
XYZ 10.61 4.99 28.01 -
YUV 51.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 100 8 147 0.32 0.95 0 0.42 279.71 0.9 0.3
Hex 64 8 93 20 5F 0 2A 118 5A 1E
Octal 144 10 223 40 137 0 52 430 132 36
Binary 1100100 1000 10010011 100000 1011111 0 101010 100011000 1011010 11110

Color Harmonies of #640893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640893

Black with #640893

Text Example


Text Example

White with #640893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640893; }

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

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

background-color css

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

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

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

border-color css

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

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

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