Html Css Color HEX #641895 Indigo

📋 copy color: '#641895'

red 100 ◦ green 24 ◦ blue 149

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

Shades of Indigo #641895

Tints of Indigo #641895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 36.63%
G = 8.79%
B = 54.58%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641895 (or 0x641895) is known color: Indigo. HEX triplet: 64, 18 and 95. RGB value is (100,24,149). Sum of RGB (Red+Green+Blue) = 100+24+149=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #641895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641895 is #9BE76A. Grayscale: #3C3C3C. Windows color (decimal): -10217323 or 9771108. OLE color: 9771108.

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

Color convert

RGB 100 24 149 -
CMYK 0.33 0.84 0 0.42
HSL 276.48º 0.72% 0.34% -
HSV(B) 276.48º 0.84% 0.58% -
XYZ 11.01 5.53 28.92 -
YUV 60.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 100 24 149 0.33 0.84 0 0.42 276.48 0.72 0.34
Hex 64 18 95 21 54 0 2A 114 48 22
Octal 144 30 225 41 124 0 52 424 110 42
Binary 1100100 11000 10010101 100001 1010100 0 101010 100010100 1001000 100010

Color Harmonies of #641895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641895

Black with #641895

Text Example


Text Example

White with #641895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641895; }

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

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

background-color css

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

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

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

border-color css

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

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

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