Html Css Color HEX #641095 Indigo

📋 copy color: '#641095'

red 100 ◦ green 16 ◦ blue 149

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

Shades of Indigo #641095

Tints of Indigo #641095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 37.74%
G = 6.04%
B = 56.23%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641095 (or 0x641095) is known color: Indigo. HEX triplet: 64, 10 and 95. RGB value is (100,16,149). Sum of RGB (Red+Green+Blue) = 100+16+149=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #641095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641095 is #9BEF6A. Grayscale: #373737. Windows color (decimal): -10219371 or 9769060. OLE color: 9769060.

HSL color Cylindrical-coordinate representation of color #641095: hue angle of 277.89º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641095 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 16 149 -
CMYK 0.33 0.89 0 0.42
HSL 277.89º 0.81% 0.32% -
HSV(B) 277.89º 0.89% 0.58% -
XYZ 10.87 5.25 28.87 -
YUV 56.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 100 16 149 0.33 0.89 0 0.42 277.89 0.81 0.32
Hex 64 10 95 21 59 0 2A 116 51 20
Octal 144 20 225 41 131 0 52 426 121 40
Binary 1100100 10000 10010101 100001 1011001 0 101010 100010110 1010001 100000

Color Harmonies of #641095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641095

Black with #641095

Text Example


Text Example

White with #641095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641095; }

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

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

background-color css

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

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

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

border-color css

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

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

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