Html Css Color HEX #640295 Indigo

📋 copy color: '#640295'

red 100 ◦ green 2 ◦ blue 149

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

Shades of Indigo #640295

Tints of Indigo #640295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 39.84%
G = 0.8%
B = 59.36%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640295 (or 0x640295) is known color: Indigo. HEX triplet: 64, 02 and 95. RGB value is (100,2,149). Sum of RGB (Red+Green+Blue) = 100+2+149=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #640295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640295 is #9BFD6A. Grayscale: #2F2F2F. Windows color (decimal): -10222955 or 9765476. OLE color: 9765476.

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

Color convert

RGB 100 2 149 -
CMYK 0.33 0.99 0 0.42
HSL 280º 0.97% 0.3% -
HSV(B) 280º 0.99% 0.58% -
XYZ 10.7 4.92 28.82 -
YUV 48.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 100 2 149 0.33 0.99 0 0.42 280 0.97 0.3
Hex 64 2 95 21 63 0 2A 118 61 1E
Octal 144 2 225 41 143 0 52 430 141 36
Binary 1100100 10 10010101 100001 1100011 0 101010 100011000 1100001 11110

Color Harmonies of #640295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640295

Black with #640295

Text Example


Text Example

White with #640295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640295; }

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

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

background-color css

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

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

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

border-color css

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

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

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