Html Css Color HEX #641091 Indigo

📋 copy color: '#641091'

red 100 ◦ green 16 ◦ blue 145

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

Shades of Indigo #641091

Tints of Indigo #641091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 38.31%
G = 6.13%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641091 (or 0x641091) is known color: Indigo. HEX triplet: 64, 10 and 91. RGB value is (100,16,145). Sum of RGB (Red+Green+Blue) = 100+16+145=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #641091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641091 is #9BEF6E. Grayscale: #373737. Windows color (decimal): -10219375 or 9506916. OLE color: 9506916.

HSL color Cylindrical-coordinate representation of color #641091: hue angle of 279.07º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641091 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 16 145 -
CMYK 0.31 0.89 0 0.43
HSL 279.07º 0.8% 0.32% -
HSV(B) 279.07º 0.89% 0.57% -
XYZ 10.55 5.12 27.22 -
YUV 55.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 100 16 145 0.31 0.89 0 0.43 279.07 0.8 0.32
Hex 64 10 91 1F 59 0 2B 117 50 20
Octal 144 20 221 37 131 0 53 427 120 40
Binary 1100100 10000 10010001 11111 1011001 0 101011 100010111 1010000 100000

Color Harmonies of #641091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641091

Black with #641091

Text Example


Text Example

White with #641091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641091; }

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

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

background-color css

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

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

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

border-color css

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

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

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