Html Css Color HEX #641795 Indigo

📋 copy color: '#641795'

red 100 ◦ green 23 ◦ blue 149

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

Shades of Indigo #641795

Tints of Indigo #641795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 36.76%
G = 8.46%
B = 54.78%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641795 (or 0x641795) is known color: Indigo. HEX triplet: 64, 17 and 95. RGB value is (100,23,149). Sum of RGB (Red+Green+Blue) = 100+23+149=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #641795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641795 is #9BE86A. Grayscale: #3B3B3B. Windows color (decimal): -10217579 or 9770852. OLE color: 9770852.

HSL color Cylindrical-coordinate representation of color #641795: hue angle of 276.67º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641795 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 23 149 -
CMYK 0.33 0.85 0 0.42
HSL 276.67º 0.73% 0.34% -
HSV(B) 276.67º 0.85% 0.58% -
XYZ 10.99 5.49 28.91 -
YUV 60.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 100 23 149 0.33 0.85 0 0.42 276.67 0.73 0.34
Hex 64 17 95 21 55 0 2A 115 49 22
Octal 144 27 225 41 125 0 52 425 111 42
Binary 1100100 10111 10010101 100001 1010101 0 101010 100010101 1001001 100010

Color Harmonies of #641795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641795

Black with #641795

Text Example


Text Example

White with #641795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641795; }

 p { color: rgb(100,23,149); }

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

background-color css

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

 a { background-color: rgb(100,23,149); }

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

border-color css

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

 span { border-color: rgb(100,23,149); }

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