Html Css Color HEX #641491 Indigo

📋 copy color: '#641491'

red 100 ◦ green 20 ◦ blue 145

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

Shades of Indigo #641491

Tints of Indigo #641491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 37.74%
G = 7.55%
B = 54.72%

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

#641491 (or 0x641491) is known color: Indigo. HEX triplet: 64, 14 and 91. RGB value is (100,20,145). Sum of RGB (Red+Green+Blue) = 100+20+145=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #641491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641491 is #9BEB6E. Grayscale: #393939. Windows color (decimal): -10218351 or 9507940. OLE color: 9507940.

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

Color convert

RGB 100 20 145 -
CMYK 0.31 0.86 0 0.43
HSL 278.4º 0.76% 0.32% -
HSV(B) 278.4º 0.86% 0.57% -
XYZ 10.62 5.25 27.24 -
YUV 58.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 100 20 145 0.31 0.86 0 0.43 278.4 0.76 0.32
Hex 64 14 91 1F 56 0 2B 116 4C 20
Octal 144 24 221 37 126 0 53 426 114 40
Binary 1100100 10100 10010001 11111 1010110 0 101011 100010110 1001100 100000

Color Harmonies of #641491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641491

Black with #641491

Text Example


Text Example

White with #641491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641491; }

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

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

background-color css

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

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

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

border-color css

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

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

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