Html Css Color HEX #640296 Indigo

📋 copy color: '#640296'

red 100 ◦ green 2 ◦ blue 150

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

Shades of Indigo #640296

Tints of Indigo #640296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 39.68%
G = 0.79%
B = 59.52%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#640296 (or 0x640296) is known color: Indigo. HEX triplet: 64, 02 and 96. RGB value is (100,2,150). Sum of RGB (Red+Green+Blue) = 100+2+150=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #640296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640296 is #9BFD69. Grayscale: #2F2F2F. Windows color (decimal): -10222954 or 9831012. OLE color: 9831012.

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

Color convert

RGB 100 2 150 -
CMYK 0.33 0.99 0 0.41
HSL 279.73º 0.97% 0.3% -
HSV(B) 279.73º 0.99% 0.59% -
XYZ 10.78 4.95 29.24 -
YUV 48.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 100 2 150 0.33 0.99 0 0.41 279.73 0.97 0.3
Hex 64 2 96 21 63 0 29 118 61 1E
Octal 144 2 226 41 143 0 51 430 141 36
Binary 1100100 10 10010110 100001 1100011 0 101001 100011000 1100001 11110

Color Harmonies of #640296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640296

Black with #640296

Text Example


Text Example

White with #640296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640296; }

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

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

background-color css

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

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

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

border-color css

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

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

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