Html Css Color HEX #641189 Indigo

📋 copy color: '#641189'

red 100 ◦ green 17 ◦ blue 137

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

Shades of Indigo #641189

Tints of Indigo #641189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 39.37%
G = 6.69%
B = 53.94%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#641189 (or 0x641189) is known color: Indigo. HEX triplet: 64, 11 and 89. RGB value is (100,17,137). Sum of RGB (Red+Green+Blue) = 100+17+137=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #641189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641189 is #9BEE76. Grayscale: #373737. Windows color (decimal): -10219127 or 8982884. OLE color: 8982884.

HSL color Cylindrical-coordinate representation of color #641189: hue angle of 281.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641189 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 17 137 -
CMYK 0.27 0.88 0 0.46
HSL 281.5º 0.78% 0.3% -
HSV(B) 281.5º 0.88% 0.54% -
XYZ 9.97 4.92 24.09 -
YUV 55.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 100 17 137 0.27 0.88 0 0.46 281.5 0.78 0.3
Hex 64 11 89 1B 58 0 2E 11A 4E 1E
Octal 144 21 211 33 130 0 56 432 116 36
Binary 1100100 10001 10001001 11011 1011000 0 101110 100011010 1001110 11110

Color Harmonies of #641189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641189

Black with #641189

Text Example


Text Example

White with #641189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641189; }

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

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

background-color css

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

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

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

border-color css

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

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

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