Html Css Color HEX #640392 Indigo

📋 copy color: '#640392'

red 100 ◦ green 3 ◦ blue 146

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

Shades of Indigo #640392

Tints of Indigo #640392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 40.16%
G = 1.2%
B = 58.63%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#640392 (or 0x640392) is known color: Indigo. HEX triplet: 64, 03 and 92. RGB value is (100,3,146). Sum of RGB (Red+Green+Blue) = 100+3+146=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #640392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640392 is #9BFC6D. Grayscale: #2F2F2F. Windows color (decimal): -10222702 or 9569124. OLE color: 9569124.

HSL color Cylindrical-coordinate representation of color #640392: hue angle of 280.7º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640392 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 3 146 -
CMYK 0.32 0.98 0 0.43
HSL 280.7º 0.96% 0.29% -
HSV(B) 280.7º 0.98% 0.57% -
XYZ 10.48 4.85 27.58 -
YUV 48.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 100 3 146 0.32 0.98 0 0.43 280.7 0.96 0.29
Hex 64 3 92 20 62 0 2B 119 60 1D
Octal 144 3 222 40 142 0 53 431 140 35
Binary 1100100 11 10010010 100000 1100010 0 101011 100011001 1100000 11101

Color Harmonies of #640392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640392

Black with #640392

Text Example


Text Example

White with #640392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640392; }

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

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

background-color css

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

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

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

border-color css

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

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

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