Html Css Color HEX #641289 Indigo

📋 copy color: '#641289'

red 100 ◦ green 18 ◦ blue 137

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

Shades of Indigo #641289

Tints of Indigo #641289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 39.22%
G = 7.06%
B = 53.73%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#641289 (or 0x641289) is known color: Indigo. HEX triplet: 64, 12 and 89. RGB value is (100,18,137). Sum of RGB (Red+Green+Blue) = 100+18+137=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #641289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641289 is #9BED76. Grayscale: #373737. Windows color (decimal): -10218871 or 8983140. OLE color: 8983140.

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

Color convert

RGB 100 18 137 -
CMYK 0.27 0.87 0 0.46
HSL 281.34º 0.77% 0.3% -
HSV(B) 281.34º 0.87% 0.54% -
XYZ 9.99 4.95 24.1 -
YUV 56.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 100 18 137 0.27 0.87 0 0.46 281.34 0.77 0.3
Hex 64 12 89 1B 57 0 2E 119 4D 1E
Octal 144 22 211 33 127 0 56 431 115 36
Binary 1100100 10010 10001001 11011 1010111 0 101110 100011001 1001101 11110

Color Harmonies of #641289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641289

Black with #641289

Text Example


Text Example

White with #641289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641289; }

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

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

background-color css

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

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

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

border-color css

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

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

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