Html Css Color HEX #640592 Indigo

📋 copy color: '#640592'

red 100 ◦ green 5 ◦ blue 146

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

Shades of Indigo #640592

Tints of Indigo #640592

RGB

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

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

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

R = 39.84%
G = 1.99%
B = 58.17%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#640592 (or 0x640592) is known color: Indigo. HEX triplet: 64, 05 and 92. RGB value is (100,5,146). Sum of RGB (Red+Green+Blue) = 100+5+146=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #640592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640592 is #9BFA6D. Grayscale: #313131. Windows color (decimal): -10222190 or 9569636. OLE color: 9569636.

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

Color convert

RGB 100 5 146 -
CMYK 0.32 0.97 0 0.43
HSL 280.43º 0.93% 0.3% -
HSV(B) 280.43º 0.97% 0.57% -
XYZ 10.5 4.89 27.59 -
YUV 49.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 100 5 146 0.32 0.97 0 0.43 280.43 0.93 0.3
Hex 64 5 92 20 61 0 2B 118 5D 1E
Octal 144 5 222 40 141 0 53 430 135 36
Binary 1100100 101 10010010 100000 1100001 0 101011 100011000 1011101 11110

Color Harmonies of #640592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640592

Black with #640592

Text Example


Text Example

White with #640592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640592; }

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

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

background-color css

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

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

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

border-color css

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

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

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