Html Css Color HEX #640F95 Indigo

📋 copy color: '#640F95'

red 100 ◦ green 15 ◦ blue 149

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

Shades of Indigo #640F95

Tints of Indigo #640F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

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

R = 37.88%
G = 5.68%
B = 56.44%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640F95 (or 0x640F95) is known color: Indigo. HEX triplet: 64, 0F and 95. RGB value is (100,15,149). Sum of RGB (Red+Green+Blue) = 100+15+149=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #640F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F95 is #9BF06A. Grayscale: #373737. Windows color (decimal): -10219627 or 9768804. OLE color: 9768804.

HSL color Cylindrical-coordinate representation of color #640F95: hue angle of 278.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640F95 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 15 149 -
CMYK 0.33 0.90 0 0.42
HSL 278.06º 0.82% 0.32% -
HSV(B) 278.06º 0.9% 0.58% -
XYZ 10.85 5.22 28.87 -
YUV 55.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 100 15 149 0.33 0.90 0 0.42 278.06 0.82 0.32
Hex 64 F 95 21 5A 0 2A 116 52 20
Octal 144 17 225 41 132 0 52 426 122 40
Binary 1100100 1111 10010101 100001 1011010 0 101010 100010110 1010010 100000

Color Harmonies of #640F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F95

Black with #640F95

Text Example


Text Example

White with #640F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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