Html Css Color HEX #640588 Indigo

📋 copy color: '#640588'

red 100 ◦ green 5 ◦ blue 136

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

Shades of Indigo #640588

Tints of Indigo #640588

RGB

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

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

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

R = 41.49%
G = 2.07%
B = 56.43%

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

#640588 (or 0x640588) is known color: Indigo. HEX triplet: 64, 05 and 88. RGB value is (100,5,136). Sum of RGB (Red+Green+Blue) = 100+5+136=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #640588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640588 is #9BFA77. Grayscale: #2F2F2F. Windows color (decimal): -10222200 or 8914276. OLE color: 8914276.

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

Color convert

RGB 100 5 136 -
CMYK 0.26 0.96 0 0.47
HSL 283.51º 0.93% 0.28% -
HSV(B) 283.51º 0.96% 0.53% -
XYZ 9.75 4.6 23.67 -
YUV 48.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 100 5 136 0.26 0.96 0 0.47 283.51 0.93 0.28
Hex 64 5 88 1A 60 0 2F 11C 5D 1C
Octal 144 5 210 32 140 0 57 434 135 34
Binary 1100100 101 10001000 11010 1100000 0 101111 100011100 1011101 11100

Color Harmonies of #640588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640588

Black with #640588

Text Example


Text Example

White with #640588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640588; }

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

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

background-color css

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

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

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

border-color css

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

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

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