Html Css Color HEX #640688 Indigo

📋 copy color: '#640688'

red 100 ◦ green 6 ◦ blue 136

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

Shades of Indigo #640688

Tints of Indigo #640688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 41.32%
G = 2.48%
B = 56.2%

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

#640688 (or 0x640688) is known color: Indigo. HEX triplet: 64, 06 and 88. RGB value is (100,6,136). Sum of RGB (Red+Green+Blue) = 100+6+136=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #640688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640688 is #9BF977. Grayscale: #303030. Windows color (decimal): -10221944 or 8914532. OLE color: 8914532.

HSL color Cylindrical-coordinate representation of color #640688: hue angle of 283.38º degrees, saturation: 0.92, 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 #640688 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 6 136 -
CMYK 0.26 0.96 0 0.47
HSL 283.38º 0.92% 0.28% -
HSV(B) 283.38º 0.96% 0.53% -
XYZ 9.76 4.62 23.67 -
YUV 48.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 100 6 136 0.26 0.96 0 0.47 283.38 0.92 0.28
Hex 64 6 88 1A 60 0 2F 11B 5C 1C
Octal 144 6 210 32 140 0 57 433 134 34
Binary 1100100 110 10001000 11010 1100000 0 101111 100011011 1011100 11100

Color Harmonies of #640688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640688

Black with #640688

Text Example


Text Example

White with #640688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640688; }

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

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

background-color css

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

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

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

border-color css

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

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

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