Html Css Color HEX #640293 Indigo

📋 copy color: '#640293'

red 100 ◦ green 2 ◦ blue 147

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

Shades of Indigo #640293

Tints of Indigo #640293

RGB

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

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

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

R = 40.16%
G = 0.8%
B = 59.04%

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

#640293 (or 0x640293) is known color: Indigo. HEX triplet: 64, 02 and 93. RGB value is (100,2,147). Sum of RGB (Red+Green+Blue) = 100+2+147=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #640293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640293 is #9BFD6C. Grayscale: #2F2F2F. Windows color (decimal): -10222957 or 9634404. OLE color: 9634404.

HSL color Cylindrical-coordinate representation of color #640293: hue angle of 280.55º 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 #640293 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 2 147 -
CMYK 0.32 0.99 0 0.42
HSL 280.55º 0.97% 0.29% -
HSV(B) 280.55º 0.99% 0.58% -
XYZ 10.54 4.86 27.99 -
YUV 47.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 100 2 147 0.32 0.99 0 0.42 280.55 0.97 0.29
Hex 64 2 93 20 63 0 2A 119 61 1D
Octal 144 2 223 40 143 0 52 431 141 35
Binary 1100100 10 10010011 100000 1100011 0 101010 100011001 1100001 11101

Color Harmonies of #640293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640293

Black with #640293

Text Example


Text Example

White with #640293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640293; }

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

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

background-color css

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

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

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

border-color css

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

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

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