Html Css Color HEX #640492 Indigo

📋 copy color: '#640492'

red 100 ◦ green 4 ◦ blue 146

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

Shades of Indigo #640492

Tints of Indigo #640492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 40%
G = 1.6%
B = 58.4%

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

#640492 (or 0x640492) is known color: Indigo. HEX triplet: 64, 04 and 92. RGB value is (100,4,146). Sum of RGB (Red+Green+Blue) = 100+4+146=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #640492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640492 is #9BFB6D. Grayscale: #303030. Windows color (decimal): -10222446 or 9569380. OLE color: 9569380.

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

Color convert

RGB 100 4 146 -
CMYK 0.32 0.97 0 0.43
HSL 280.56º 0.95% 0.29% -
HSV(B) 280.56º 0.97% 0.57% -
XYZ 10.49 4.87 27.58 -
YUV 48.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 100 4 146 0.32 0.97 0 0.43 280.56 0.95 0.29
Hex 64 4 92 20 61 0 2B 119 5F 1D
Octal 144 4 222 40 141 0 53 431 137 35
Binary 1100100 100 10010010 100000 1100001 0 101011 100011001 1011111 11101

Color Harmonies of #640492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640492

Black with #640492

Text Example


Text Example

White with #640492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640492; }

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

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

background-color css

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

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

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

border-color css

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

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

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