Html Css Color HEX #640886 Indigo

📋 copy color: '#640886'

red 100 ◦ green 8 ◦ blue 134

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

Shades of Indigo #640886

Tints of Indigo #640886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.37%

R = 41.32%
G = 3.31%
B = 55.37%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#640886 (or 0x640886) is known color: Indigo. HEX triplet: 64, 08 and 86. RGB value is (100,8,134). Sum of RGB (Red+Green+Blue) = 100+8+134=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #640886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640886 is #9BF779. Grayscale: #313131. Windows color (decimal): -10221434 or 8783972. OLE color: 8783972.

HSL color Cylindrical-coordinate representation of color #640886: hue angle of 283.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640886 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 8 134 -
CMYK 0.25 0.94 0 0.47
HSL 283.81º 0.89% 0.28% -
HSV(B) 283.81º 0.94% 0.53% -
XYZ 9.65 4.6 22.93 -
YUV 49.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 100 8 134 0.25 0.94 0 0.47 283.81 0.89 0.28
Hex 64 8 86 19 5E 0 2F 11C 59 1C
Octal 144 10 206 31 136 0 57 434 131 34
Binary 1100100 1000 10000110 11001 1011110 0 101111 100011100 1011001 11100

Color Harmonies of #640886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640886

Black with #640886

Text Example


Text Example

White with #640886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640886; }

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

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

background-color css

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

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

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

border-color css

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

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

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