Html Css Color HEX #641591 Indigo

📋 copy color: '#641591'

red 100 ◦ green 21 ◦ blue 145

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

Shades of Indigo #641591

Tints of Indigo #641591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 37.59%
G = 7.89%
B = 54.51%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641591 (or 0x641591) is known color: Indigo. HEX triplet: 64, 15 and 91. RGB value is (100,21,145). Sum of RGB (Red+Green+Blue) = 100+21+145=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #641591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641591 is #9BEA6E. Grayscale: #3A3A3A. Windows color (decimal): -10218095 or 9508196. OLE color: 9508196.

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

Color convert

RGB 100 21 145 -
CMYK 0.31 0.86 0 0.43
HSL 278.23º 0.75% 0.33% -
HSV(B) 278.23º 0.86% 0.57% -
XYZ 10.63 5.29 27.25 -
YUV 58.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 100 21 145 0.31 0.86 0 0.43 278.23 0.75 0.33
Hex 64 15 91 1F 56 0 2B 116 4B 21
Octal 144 25 221 37 126 0 53 426 113 41
Binary 1100100 10101 10010001 11111 1010110 0 101011 100010110 1001011 100001

Color Harmonies of #641591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641591

Black with #641591

Text Example


Text Example

White with #641591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641591; }

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

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

background-color css

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

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

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

border-color css

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

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

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