Html Css Color HEX #641691 Indigo

📋 copy color: '#641691'

red 100 ◦ green 22 ◦ blue 145

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

Shades of Indigo #641691

Tints of Indigo #641691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 37.45%
G = 8.24%
B = 54.31%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#641691 (or 0x641691) is known color: Indigo. HEX triplet: 64, 16 and 91. RGB value is (100,22,145). Sum of RGB (Red+Green+Blue) = 100+22+145=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #641691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641691 is #9BE96E. Grayscale: #3A3A3A. Windows color (decimal): -10217839 or 9508452. OLE color: 9508452.

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

Color convert

RGB 100 22 145 -
CMYK 0.31 0.85 0 0.43
HSL 278.05º 0.74% 0.33% -
HSV(B) 278.05º 0.85% 0.57% -
XYZ 10.65 5.33 27.25 -
YUV 59.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 100 22 145 0.31 0.85 0 0.43 278.05 0.74 0.33
Hex 64 16 91 1F 55 0 2B 116 4A 21
Octal 144 26 221 37 125 0 53 426 112 41
Binary 1100100 10110 10010001 11111 1010101 0 101011 100010110 1001010 100001

Color Harmonies of #641691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641691

Black with #641691

Text Example


Text Example

White with #641691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641691; }

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

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

background-color css

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

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

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

border-color css

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

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

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