Html Css Color HEX #641696 Indigo

📋 copy color: '#641696'

red 100 ◦ green 22 ◦ blue 150

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

Shades of Indigo #641696

Tints of Indigo #641696

RGB

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

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

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

R = 36.76%
G = 8.09%
B = 55.15%

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

#641696 (or 0x641696) is known color: Indigo. HEX triplet: 64, 16 and 96. RGB value is (100,22,150). Sum of RGB (Red+Green+Blue) = 100+22+150=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #641696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641696 is #9BE969. Grayscale: #3B3B3B. Windows color (decimal): -10217834 or 9836132. OLE color: 9836132.

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

Color convert

RGB 100 22 150 -
CMYK 0.33 0.85 0 0.41
HSL 276.56º 0.74% 0.34% -
HSV(B) 276.56º 0.85% 0.59% -
XYZ 11.05 5.49 29.33 -
YUV 59.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 100 22 150 0.33 0.85 0 0.41 276.56 0.74 0.34
Hex 64 16 96 21 55 0 29 115 4A 22
Octal 144 26 226 41 125 0 51 425 112 42
Binary 1100100 10110 10010110 100001 1010101 0 101001 100010101 1001010 100010

Color Harmonies of #641696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641696

Black with #641696

Text Example


Text Example

White with #641696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641696; }

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

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

background-color css

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

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

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

border-color css

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

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

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