Html Css Color HEX #640682 Indigo

📋 copy color: '#640682'

red 100 ◦ green 6 ◦ blue 130

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

Shades of Indigo #640682

Tints of Indigo #640682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

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

R = 42.37%
G = 2.54%
B = 55.08%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#640682 (or 0x640682) is known color: Indigo. HEX triplet: 64, 06 and 82. RGB value is (100,6,130). Sum of RGB (Red+Green+Blue) = 100+6+130=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #640682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640682 is #9BF97D. Grayscale: #2F2F2F. Windows color (decimal): -10221950 or 8521316. OLE color: 8521316.

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

Color convert

RGB 100 6 130 -
CMYK 0.23 0.95 0 0.49
HSL 285.48º 0.91% 0.27% -
HSV(B) 285.48º 0.95% 0.51% -
XYZ 9.35 4.45 21.49 -
YUV 48.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 100 6 130 0.23 0.95 0 0.49 285.48 0.91 0.27
Hex 64 6 82 17 5F 0 31 11D 5B 1B
Octal 144 6 202 27 137 0 61 435 133 33
Binary 1100100 110 10000010 10111 1011111 0 110001 100011101 1011011 11011

Color Harmonies of #640682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640682

Black with #640682

Text Example


Text Example

White with #640682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640682; }

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

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

background-color css

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

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

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

border-color css

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

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

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