Html Css Color HEX #640582 Indigo

📋 copy color: '#640582'

red 100 ◦ green 5 ◦ blue 130

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

Shades of Indigo #640582

Tints of Indigo #640582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 130 (51.17% from 255) = 55.32%

R = 42.55%
G = 2.13%
B = 55.32%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#640582 (or 0x640582) is known color: Indigo. HEX triplet: 64, 05 and 82. RGB value is (100,5,130). Sum of RGB (Red+Green+Blue) = 100+5+130=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #640582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640582 is #9BFA7D. Grayscale: #2F2F2F. Windows color (decimal): -10222206 or 8521060. OLE color: 8521060.

HSL color Cylindrical-coordinate representation of color #640582: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640582 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 5 130 -
CMYK 0.23 0.96 0 0.49
HSL 285.6º 0.93% 0.26% -
HSV(B) 285.6º 0.96% 0.51% -
XYZ 9.34 4.43 21.48 -
YUV 47.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 100 5 130 0.23 0.96 0 0.49 285.6 0.93 0.26
Hex 64 5 82 17 60 0 31 11E 5D 1A
Octal 144 5 202 27 140 0 61 436 135 32
Binary 1100100 101 10000010 10111 1100000 0 110001 100011110 1011101 11010

Color Harmonies of #640582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640582

Black with #640582

Text Example


Text Example

White with #640582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640582; }

 p { color: rgb(100,5,130); }

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

background-color css

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

 a { background-color: rgb(100,5,130); }

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

border-color css

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

 span { border-color: rgb(100,5,130); }

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