Html Css Color HEX #640D94 Indigo

📋 copy color: '#640D94'

red 100 ◦ green 13 ◦ blue 148

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

Shades of Indigo #640D94

Tints of Indigo #640D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.98%

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 38.31%
G = 4.98%
B = 56.7%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640D94 (or 0x640D94) is known color: Indigo. HEX triplet: 64, 0D and 94. RGB value is (100,13,148). Sum of RGB (Red+Green+Blue) = 100+13+148=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #640D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D94 is #9BF26B. Grayscale: #353535. Windows color (decimal): -10220140 or 9702756. OLE color: 9702756.

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

Color convert

RGB 100 13 148 -
CMYK 0.32 0.91 0 0.42
HSL 278.67º 0.84% 0.32% -
HSV(B) 278.67º 0.91% 0.58% -
XYZ 10.74 5.14 28.44 -
YUV 54.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 100 13 148 0.32 0.91 0 0.42 278.67 0.84 0.32
Hex 64 D 94 20 5B 0 2A 117 54 20
Octal 144 15 224 40 133 0 52 427 124 40
Binary 1100100 1101 10010100 100000 1011011 0 101010 100010111 1010100 100000

Color Harmonies of #640D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D94

Black with #640D94

Text Example


Text Example

White with #640D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,148); }

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

background-color css

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

 a { background-color: rgb(100,13,148); }

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

border-color css

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

 span { border-color: rgb(100,13,148); }

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