Html Css Color HEX #640290 Indigo

📋 copy color: '#640290'

red 100 ◦ green 2 ◦ blue 144

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

Shades of Indigo #640290

Tints of Indigo #640290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 40.65%
G = 0.81%
B = 58.54%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#640290 (or 0x640290) is known color: Indigo. HEX triplet: 64, 02 and 90. RGB value is (100,2,144). Sum of RGB (Red+Green+Blue) = 100+2+144=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #640290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640290 is #9BFD6F. Grayscale: #2F2F2F. Windows color (decimal): -10222960 or 9437796. OLE color: 9437796.

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

Color convert

RGB 100 2 144 -
CMYK 0.31 0.99 0 0.44
HSL 281.41º 0.97% 0.29% -
HSV(B) 281.41º 0.99% 0.56% -
XYZ 10.31 4.77 26.76 -
YUV 47.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 100 2 144 0.31 0.99 0 0.44 281.41 0.97 0.29
Hex 64 2 90 1F 63 0 2C 119 61 1D
Octal 144 2 220 37 143 0 54 431 141 35
Binary 1100100 10 10010000 11111 1100011 0 101100 100011001 1100001 11101

Color Harmonies of #640290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640290

Black with #640290

Text Example


Text Example

White with #640290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640290; }

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

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

background-color css

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

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

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

border-color css

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

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

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