Html Css Color HEX #640BA5 Indigo

📋 copy color: '#640BA5'

red 100 ◦ green 11 ◦ blue 165

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

Shades of Indigo #640BA5

Tints of Indigo #640BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 59.78%

R = 36.23%
G = 3.99%
B = 59.78%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#640BA5 (or 0x640BA5) is known color: Indigo. HEX triplet: 64, 0B and A5. RGB value is (100,11,165). Sum of RGB (Red+Green+Blue) = 100+11+165=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #640BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BA5 is #9BF45A. Grayscale: #363636. Windows color (decimal): -10220635 or 10816356. OLE color: 10816356.

HSL color Cylindrical-coordinate representation of color #640BA5: hue angle of 274.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640BA5 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 11 165 -
CMYK 0.39 0.93 0 0.35
HSL 274.68º 0.88% 0.35% -
HSV(B) 274.68º 0.93% 0.65% -
XYZ 12.17 5.67 36.05 -
YUV 55.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 100 11 165 0.39 0.93 0 0.35 274.68 0.88 0.35
Hex 64 B A5 27 5D 0 23 113 58 23
Octal 144 13 245 47 135 0 43 423 130 43
Binary 1100100 1011 10100101 100111 1011101 0 100011 100010011 1011000 100011

Color Harmonies of #640BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BA5

Black with #640BA5

Text Example


Text Example

White with #640BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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