Html Css Color HEX #640095 Indigo

📋 copy color: '#640095'

red 100 ◦ green 0 ◦ blue 149

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

Shades of Indigo #640095

Tints of Indigo #640095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 40.16%
G = 0%
B = 59.84%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640095 (or 0x640095) is known color: Indigo. HEX triplet: 64, 00 and 95. RGB value is (100,0,149). Sum of RGB (Red+Green+Blue) = 100+0+149=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #640095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640095 is #9BFF6A. Grayscale: #2E2E2E. Windows color (decimal): -10223467 or 9764964. OLE color: 9764964.

HSL color Cylindrical-coordinate representation of color #640095: hue angle of 280.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640095 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 0 149 -
CMYK 0.33 1 0 0.42
HSL 280.27º 1% 0.29% -
HSV(B) 280.27º 1% 0.58% -
XYZ 10.68 4.88 28.81 -
YUV 46.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 100 0 149 0.33 1 0 0.42 280.27 1 0.29
Hex 64 0 95 21 64 0 2A 118 64 1D
Octal 144 0 225 41 144 0 52 430 144 35
Binary 1100100 0 10010101 100001 1100100 0 101010 100011000 1100100 11101

Color Harmonies of #640095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640095

Black with #640095

Text Example


Text Example

White with #640095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640095; }

 p { color: rgb(100,0,149); }

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

background-color css

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

 a { background-color: rgb(100,0,149); }

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

border-color css

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

 span { border-color: rgb(100,0,149); }

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