Html Css Color HEX #641597 Indigo

📋 copy color: '#641597'

red 100 ◦ green 21 ◦ blue 151

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

Shades of Indigo #641597

Tints of Indigo #641597

RGB

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

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

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

R = 36.76%
G = 7.72%
B = 55.51%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641597 (or 0x641597) is known color: Indigo. HEX triplet: 64, 15 and 97. RGB value is (100,21,151). Sum of RGB (Red+Green+Blue) = 100+21+151=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #641597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641597 is #9BEA68. Grayscale: #3B3B3B. Windows color (decimal): -10218089 or 9901412. OLE color: 9901412.

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

Color convert

RGB 100 21 151 -
CMYK 0.34 0.86 0 0.41
HSL 276.46º 0.76% 0.34% -
HSV(B) 276.46º 0.86% 0.59% -
XYZ 11.11 5.48 29.75 -
YUV 59.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 100 21 151 0.34 0.86 0 0.41 276.46 0.76 0.34
Hex 64 15 97 22 56 0 29 114 4C 22
Octal 144 25 227 42 126 0 51 424 114 42
Binary 1100100 10101 10010111 100010 1010110 0 101001 100010100 1001100 100010

Color Harmonies of #641597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641597

Black with #641597

Text Example


Text Example

White with #641597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641597; }

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

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

background-color css

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

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

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

border-color css

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

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

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