Html Css Color HEX #641096 Indigo

📋 copy color: '#641096'

red 100 ◦ green 16 ◦ blue 150

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

Shades of Indigo #641096

Tints of Indigo #641096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 37.59%
G = 6.02%
B = 56.39%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641096 (or 0x641096) is known color: Indigo. HEX triplet: 64, 10 and 96. RGB value is (100,16,150). Sum of RGB (Red+Green+Blue) = 100+16+150=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #641096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641096 is #9BEF69. Grayscale: #373737. Windows color (decimal): -10219370 or 9834596. OLE color: 9834596.

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

Color convert

RGB 100 16 150 -
CMYK 0.33 0.89 0 0.41
HSL 277.61º 0.81% 0.33% -
HSV(B) 277.61º 0.89% 0.59% -
XYZ 10.95 5.28 29.3 -
YUV 56.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 100 16 150 0.33 0.89 0 0.41 277.61 0.81 0.33
Hex 64 10 96 21 59 0 29 116 51 21
Octal 144 20 226 41 131 0 51 426 121 41
Binary 1100100 10000 10010110 100001 1011001 0 101001 100010110 1010001 100001

Color Harmonies of #641096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641096

Black with #641096

Text Example


Text Example

White with #641096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641096; }

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

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

background-color css

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

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

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

border-color css

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

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

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