Html Css Color HEX #640687 Indigo

📋 copy color: '#640687'

red 100 ◦ green 6 ◦ blue 135

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

Shades of Indigo #640687

Tints of Indigo #640687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 135 (53.13% from 255) = 56.02%

R = 41.49%
G = 2.49%
B = 56.02%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#640687 (or 0x640687) is known color: Indigo. HEX triplet: 64, 06 and 87. RGB value is (100,6,135). Sum of RGB (Red+Green+Blue) = 100+6+135=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #640687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640687 is #9BF978. Grayscale: #303030. Windows color (decimal): -10221945 or 8848996. OLE color: 8848996.

HSL color Cylindrical-coordinate representation of color #640687: hue angle of 283.72º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640687 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 6 135 -
CMYK 0.26 0.96 0 0.47
HSL 283.72º 0.91% 0.28% -
HSV(B) 283.72º 0.96% 0.53% -
XYZ 9.69 4.59 23.3 -
YUV 48.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 100 6 135 0.26 0.96 0 0.47 283.72 0.91 0.28
Hex 64 6 87 1A 60 0 2F 11C 5B 1C
Octal 144 6 207 32 140 0 57 434 133 34
Binary 1100100 110 10000111 11010 1100000 0 101111 100011100 1011011 11100

Color Harmonies of #640687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640687

Black with #640687

Text Example


Text Example

White with #640687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640687; }

 p { color: rgb(100,6,135); }

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

background-color css

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

 a { background-color: rgb(100,6,135); }

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

border-color css

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

 span { border-color: rgb(100,6,135); }

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