Html Css Color HEX #641796 Indigo

📋 copy color: '#641796'

red 100 ◦ green 23 ◦ blue 150

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

Shades of Indigo #641796

Tints of Indigo #641796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 36.63%
G = 8.42%
B = 54.95%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641796 (or 0x641796) is known color: Indigo. HEX triplet: 64, 17 and 96. RGB value is (100,23,150). Sum of RGB (Red+Green+Blue) = 100+23+150=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #641796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641796 is #9BE869. Grayscale: #3C3C3C. Windows color (decimal): -10217578 or 9836388. OLE color: 9836388.

HSL color Cylindrical-coordinate representation of color #641796: hue angle of 276.38º degrees, saturation: 0.73, 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 #641796 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 23 150 -
CMYK 0.33 0.85 0 0.41
HSL 276.38º 0.73% 0.34% -
HSV(B) 276.38º 0.85% 0.59% -
XYZ 11.07 5.52 29.34 -
YUV 60.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 100 23 150 0.33 0.85 0 0.41 276.38 0.73 0.34
Hex 64 17 96 21 55 0 29 114 49 22
Octal 144 27 226 41 125 0 51 424 111 42
Binary 1100100 10111 10010110 100001 1010101 0 101001 100010100 1001001 100010

Color Harmonies of #641796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641796

Black with #641796

Text Example


Text Example

White with #641796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641796; }

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

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

background-color css

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

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

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

border-color css

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

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

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