Html Css Color HEX #640585 Indigo

📋 copy color: '#640585'

red 100 ◦ green 5 ◦ blue 133

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

Shades of Indigo #640585

Tints of Indigo #640585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 42.02%
G = 2.1%
B = 55.88%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#640585 (or 0x640585) is known color: Indigo. HEX triplet: 64, 05 and 85. RGB value is (100,5,133). Sum of RGB (Red+Green+Blue) = 100+5+133=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #640585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640585 is #9BFA7A. Grayscale: #2F2F2F. Windows color (decimal): -10222203 or 8717668. OLE color: 8717668.

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

Color convert

RGB 100 5 133 -
CMYK 0.25 0.96 0 0.48
HSL 284.53º 0.93% 0.27% -
HSV(B) 284.53º 0.96% 0.52% -
XYZ 9.54 4.51 22.56 -
YUV 48 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 100 5 133 0.25 0.96 0 0.48 284.53 0.93 0.27
Hex 64 5 85 19 60 0 30 11D 5D 1B
Octal 144 5 205 31 140 0 60 435 135 33
Binary 1100100 101 10000101 11001 1100000 0 110000 100011101 1011101 11011

Color Harmonies of #640585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640585

Black with #640585

Text Example


Text Example

White with #640585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640585; }

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

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

background-color css

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

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

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

border-color css

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

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

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