Html Css Color HEX #640384 Indigo

📋 copy color: '#640384'

red 100 ◦ green 3 ◦ blue 132

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

Shades of Indigo #640384

Tints of Indigo #640384

RGB

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

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

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

R = 42.55%
G = 1.28%
B = 56.17%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#640384 (or 0x640384) is known color: Indigo. HEX triplet: 64, 03 and 84. RGB value is (100,3,132). Sum of RGB (Red+Green+Blue) = 100+3+132=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #640384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640384 is #9BFC7B. Grayscale: #2E2E2E. Windows color (decimal): -10222716 or 8651620. OLE color: 8651620.

HSL color Cylindrical-coordinate representation of color #640384: hue angle of 285.12º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640384 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 3 132 -
CMYK 0.24 0.98 0 0.48
HSL 285.12º 0.96% 0.26% -
HSV(B) 285.12º 0.98% 0.52% -
XYZ 9.45 4.44 22.19 -
YUV 46.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 100 3 132 0.24 0.98 0 0.48 285.12 0.96 0.26
Hex 64 3 84 18 62 0 30 11D 60 1A
Octal 144 3 204 30 142 0 60 435 140 32
Binary 1100100 11 10000100 11000 1100010 0 110000 100011101 1100000 11010

Color Harmonies of #640384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640384

Black with #640384

Text Example


Text Example

White with #640384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640384; }

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

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

background-color css

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

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

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

border-color css

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

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

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