Html Css Color HEX #641391 Indigo

📋 copy color: '#641391'

red 100 ◦ green 19 ◦ blue 145

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

Shades of Indigo #641391

Tints of Indigo #641391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 37.88%
G = 7.2%
B = 54.92%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641391 (or 0x641391) is known color: Indigo. HEX triplet: 64, 13 and 91. RGB value is (100,19,145). Sum of RGB (Red+Green+Blue) = 100+19+145=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #641391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641391 is #9BEC6E. Grayscale: #393939. Windows color (decimal): -10218607 or 9507684. OLE color: 9507684.

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

Color convert

RGB 100 19 145 -
CMYK 0.31 0.87 0 0.43
HSL 278.57º 0.77% 0.32% -
HSV(B) 278.57º 0.87% 0.57% -
XYZ 10.6 5.22 27.24 -
YUV 57.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 100 19 145 0.31 0.87 0 0.43 278.57 0.77 0.32
Hex 64 13 91 1F 57 0 2B 117 4D 20
Octal 144 23 221 37 127 0 53 427 115 40
Binary 1100100 10011 10010001 11111 1010111 0 101011 100010111 1001101 100000

Color Harmonies of #641391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641391

Black with #641391

Text Example


Text Example

White with #641391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641391; }

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

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

background-color css

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

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

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

border-color css

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

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

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