Html Css Color HEX #640088 Indigo

📋 copy color: '#640088'

red 100 ◦ green 0 ◦ blue 136

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

Shades of Indigo #640088

Tints of Indigo #640088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.37%
G = 0%
B = 57.63%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#640088 (or 0x640088) is known color: Indigo. HEX triplet: 64, 00 and 88. RGB value is (100,0,136). Sum of RGB (Red+Green+Blue) = 100+0+136=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #640088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640088 is #9BFF77. Grayscale: #2C2C2C. Windows color (decimal): -10223480 or 8912996. OLE color: 8912996.

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

Color convert

RGB 100 0 136 -
CMYK 0.26 1 0 0.47
HSL 284.12º 1% 0.27% -
HSV(B) 284.12º 1% 0.53% -
XYZ 9.7 4.49 23.65 -
YUV 45.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 100 0 136 0.26 1 0 0.47 284.12 1 0.27
Hex 64 0 88 1A 64 0 2F 11C 64 1B
Octal 144 0 210 32 144 0 57 434 144 33
Binary 1100100 0 10001000 11010 1100100 0 101111 100011100 1100100 11011

Color Harmonies of #640088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640088

Black with #640088

Text Example


Text Example

White with #640088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640088; }

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

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

background-color css

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

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

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

border-color css

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

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

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