Html Css Color HEX #640382 Indigo

📋 copy color: '#640382'

red 100 ◦ green 3 ◦ blue 130

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

Shades of Indigo #640382

Tints of Indigo #640382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 42.92%
G = 1.29%
B = 55.79%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#640382 (or 0x640382) is known color: Indigo. HEX triplet: 64, 03 and 82. RGB value is (100,3,130). Sum of RGB (Red+Green+Blue) = 100+3+130=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #640382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640382 is #9BFC7D. Grayscale: #2E2E2E. Windows color (decimal): -10222718 or 8520548. OLE color: 8520548.

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

Color convert

RGB 100 3 130 -
CMYK 0.23 0.98 0 0.49
HSL 285.83º 0.95% 0.26% -
HSV(B) 285.83º 0.98% 0.51% -
XYZ 9.32 4.39 21.47 -
YUV 46.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 100 3 130 0.23 0.98 0 0.49 285.83 0.95 0.26
Hex 64 3 82 17 62 0 31 11E 5F 1A
Octal 144 3 202 27 142 0 61 436 137 32
Binary 1100100 11 10000010 10111 1100010 0 110001 100011110 1011111 11010

Color Harmonies of #640382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640382

Black with #640382

Text Example


Text Example

White with #640382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640382; }

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

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

background-color css

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

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

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

border-color css

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

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

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