Html Css Color HEX #641180 Indigo

📋 copy color: '#641180'

red 100 ◦ green 17 ◦ blue 128

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

Shades of Indigo #641180

Tints of Indigo #641180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

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

R = 40.82%
G = 6.94%
B = 52.24%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#641180 (or 0x641180) is known color: Indigo. HEX triplet: 64, 11 and 80. RGB value is (100,17,128). Sum of RGB (Red+Green+Blue) = 100+17+128=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #641180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641180 is #9BEE7F. Grayscale: #363636. Windows color (decimal): -10219136 or 8393060. OLE color: 8393060.

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

Color convert

RGB 100 17 128 -
CMYK 0.22 0.87 0 0.50
HSL 284.86º 0.77% 0.28% -
HSV(B) 284.86º 0.87% 0.5% -
XYZ 9.35 4.67 20.83 -
YUV 54.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 100 17 128 0.22 0.87 0 0.50 284.86 0.77 0.28
Hex 64 11 80 16 57 0 32 11D 4D 1C
Octal 144 21 200 26 127 0 62 435 115 34
Binary 1100100 10001 10000000 10110 1010111 0 110010 100011101 1001101 11100

Color Harmonies of #641180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641180

Black with #641180

Text Example


Text Example

White with #641180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641180; }

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

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

background-color css

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

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

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

border-color css

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

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

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