Html Css Color HEX #640393 Indigo

📋 copy color: '#640393'

red 100 ◦ green 3 ◦ blue 147

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

Shades of Indigo #640393

Tints of Indigo #640393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 40%
G = 1.2%
B = 58.8%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640393 (or 0x640393) is known color: Indigo. HEX triplet: 64, 03 and 93. RGB value is (100,3,147). Sum of RGB (Red+Green+Blue) = 100+3+147=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #640393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640393 is #9BFC6C. Grayscale: #2F2F2F. Windows color (decimal): -10222701 or 9634660. OLE color: 9634660.

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

Color convert

RGB 100 3 147 -
CMYK 0.32 0.98 0 0.42
HSL 280.42º 0.96% 0.29% -
HSV(B) 280.42º 0.98% 0.58% -
XYZ 10.55 4.88 27.99 -
YUV 48.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 100 3 147 0.32 0.98 0 0.42 280.42 0.96 0.29
Hex 64 3 93 20 62 0 2A 118 60 1D
Octal 144 3 223 40 142 0 52 430 140 35
Binary 1100100 11 10010011 100000 1100010 0 101010 100011000 1100000 11101

Color Harmonies of #640393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640393

Black with #640393

Text Example


Text Example

White with #640393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640393; }

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

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

background-color css

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

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

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

border-color css

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

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

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