Html Css Color HEX #640B81 Indigo

📋 copy color: '#640B81'

red 100 ◦ green 11 ◦ blue 129

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

Shades of Indigo #640B81

Tints of Indigo #640B81

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 129 (50.78% from 255) = 53.75%

R = 41.67%
G = 4.58%
B = 53.75%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#640B81 (or 0x640B81) is known color: Indigo. HEX triplet: 64, 0B and 81. RGB value is (100,11,129). Sum of RGB (Red+Green+Blue) = 100+11+129=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #640B81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640B81 is #9BF47E. Grayscale: #323232. Windows color (decimal): -10220671 or 8457060. OLE color: 8457060.

HSL color Cylindrical-coordinate representation of color #640B81: hue angle of 285.25º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640B81 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 11 129 -
CMYK 0.22 0.91 0 0.49
HSL 285.25º 0.84% 0.27% -
HSV(B) 285.25º 0.91% 0.51% -
XYZ 9.34 4.53 21.15 -
YUV 51.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 100 11 129 0.22 0.91 0 0.49 285.25 0.84 0.27
Hex 64 B 81 16 5B 0 31 11D 54 1B
Octal 144 13 201 26 133 0 61 435 124 33
Binary 1100100 1011 10000001 10110 1011011 0 110001 100011101 1010100 11011

Color Harmonies of #640B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B81

Black with #640B81

Text Example


Text Example

White with #640B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640B81; }

 p { color: rgb(100,11,129); }

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

background-color css

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

 a { background-color: rgb(100,11,129); }

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

border-color css

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

 span { border-color: rgb(100,11,129); }

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