Html Css Color HEX #641697 Indigo

📋 copy color: '#641697'

red 100 ◦ green 22 ◦ blue 151

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

Shades of Indigo #641697

Tints of Indigo #641697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 36.63%
G = 8.06%
B = 55.31%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641697 (or 0x641697) is known color: Indigo. HEX triplet: 64, 16 and 97. RGB value is (100,22,151). Sum of RGB (Red+Green+Blue) = 100+22+151=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #641697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641697 is #9BE968. Grayscale: #3B3B3B. Windows color (decimal): -10217833 or 9901668. OLE color: 9901668.

HSL color Cylindrical-coordinate representation of color #641697: hue angle of 276.28º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641697 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 22 151 -
CMYK 0.34 0.85 0 0.41
HSL 276.28º 0.75% 0.34% -
HSV(B) 276.28º 0.85% 0.59% -
XYZ 11.13 5.52 29.76 -
YUV 60.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 100 22 151 0.34 0.85 0 0.41 276.28 0.75 0.34
Hex 64 16 97 22 55 0 29 114 4B 22
Octal 144 26 227 42 125 0 51 424 113 42
Binary 1100100 10110 10010111 100010 1010101 0 101001 100010100 1001011 100010

Color Harmonies of #641697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641697

Black with #641697

Text Example


Text Example

White with #641697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641697; }

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

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

background-color css

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

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

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

border-color css

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

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

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