Html Css Color HEX #641080 Indigo

📋 copy color: '#641080'

red 100 ◦ green 16 ◦ blue 128

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

Shades of Indigo #641080

Tints of Indigo #641080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 40.98%
G = 6.56%
B = 52.46%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#641080 (or 0x641080) is known color: Indigo. HEX triplet: 64, 10 and 80. RGB value is (100,16,128). Sum of RGB (Red+Green+Blue) = 100+16+128=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #641080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641080 is #9BEF7F. Grayscale: #353535. Windows color (decimal): -10219392 or 8392804. OLE color: 8392804.

HSL color Cylindrical-coordinate representation of color #641080: hue angle of 285º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641080 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 16 128 -
CMYK 0.22 0.88 0 0.50
HSL 285º 0.78% 0.28% -
HSV(B) 285º 0.88% 0.5% -
XYZ 9.34 4.64 20.83 -
YUV 53.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 100 16 128 0.22 0.88 0 0.50 285 0.78 0.28
Hex 64 10 80 16 58 0 32 11D 4E 1C
Octal 144 20 200 26 130 0 62 435 116 34
Binary 1100100 10000 10000000 10110 1011000 0 110010 100011101 1001110 11100

Color Harmonies of #641080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641080

Black with #641080

Text Example


Text Example

White with #641080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641080; }

 p { color: rgb(100,16,128); }

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

background-color css

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

 a { background-color: rgb(100,16,128); }

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

border-color css

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

 span { border-color: rgb(100,16,128); }

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