Html Css Color HEX #640B89 Indigo

📋 copy color: '#640B89'

red 100 ◦ green 11 ◦ blue 137

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

Shades of Indigo #640B89

Tints of Indigo #640B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.24%

R = 40.32%
G = 4.44%
B = 55.24%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#640B89 (or 0x640B89) is known color: Indigo. HEX triplet: 64, 0B and 89. RGB value is (100,11,137). Sum of RGB (Red+Green+Blue) = 100+11+137=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #640B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640B89 is #9BF476. Grayscale: #333333. Windows color (decimal): -10220663 or 8981348. OLE color: 8981348.

HSL color Cylindrical-coordinate representation of color #640B89: hue angle of 282.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640B89 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 11 137 -
CMYK 0.27 0.92 0 0.46
HSL 282.38º 0.85% 0.29% -
HSV(B) 282.38º 0.92% 0.54% -
XYZ 9.89 4.75 24.06 -
YUV 51.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 100 11 137 0.27 0.92 0 0.46 282.38 0.85 0.29
Hex 64 B 89 1B 5C 0 2E 11A 55 1D
Octal 144 13 211 33 134 0 56 432 125 35
Binary 1100100 1011 10001001 11011 1011100 0 101110 100011010 1010101 11101

Color Harmonies of #640B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B89

Black with #640B89

Text Example


Text Example

White with #640B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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