Html Css Color HEX #640D84 Indigo

📋 copy color: '#640D84'

red 100 ◦ green 13 ◦ blue 132

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

Shades of Indigo #640D84

Tints of Indigo #640D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 40.82%
G = 5.31%
B = 53.88%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#640D84 (or 0x640D84) is known color: Indigo. HEX triplet: 64, 0D and 84. RGB value is (100,13,132). Sum of RGB (Red+Green+Blue) = 100+13+132=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #640D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D84 is #9BF27B. Grayscale: #343434. Windows color (decimal): -10220156 or 8654180. OLE color: 8654180.

HSL color Cylindrical-coordinate representation of color #640D84: hue angle of 283.87º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640D84 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 13 132 -
CMYK 0.24 0.90 0 0.48
HSL 283.87º 0.82% 0.28% -
HSV(B) 283.87º 0.9% 0.52% -
XYZ 9.56 4.66 22.23 -
YUV 52.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 100 13 132 0.24 0.90 0 0.48 283.87 0.82 0.28
Hex 64 D 84 18 5A 0 30 11C 52 1C
Octal 144 15 204 30 132 0 60 434 122 34
Binary 1100100 1101 10000100 11000 1011010 0 110000 100011100 1010010 11100

Color Harmonies of #640D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D84

Black with #640D84

Text Example


Text Example

White with #640D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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