Html Css Color HEX #640396 Indigo

📋 copy color: '#640396'

red 100 ◦ green 3 ◦ blue 150

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

Shades of Indigo #640396

Tints of Indigo #640396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 39.53%
G = 1.19%
B = 59.29%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#640396 (or 0x640396) is known color: Indigo. HEX triplet: 64, 03 and 96. RGB value is (100,3,150). Sum of RGB (Red+Green+Blue) = 100+3+150=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #640396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640396 is #9BFC69. Grayscale: #303030. Windows color (decimal): -10222698 or 9831268. OLE color: 9831268.

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

Color convert

RGB 100 3 150 -
CMYK 0.33 0.98 0 0.41
HSL 279.59º 0.96% 0.3% -
HSV(B) 279.59º 0.98% 0.59% -
XYZ 10.79 4.98 29.25 -
YUV 48.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 100 3 150 0.33 0.98 0 0.41 279.59 0.96 0.3
Hex 64 3 96 21 62 0 29 118 60 1E
Octal 144 3 226 41 142 0 51 430 140 36
Binary 1100100 11 10010110 100001 1100010 0 101001 100011000 1100000 11110

Color Harmonies of #640396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640396

Black with #640396

Text Example


Text Example

White with #640396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640396; }

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

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

background-color css

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

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

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

border-color css

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

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

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