Html Css Color HEX #641690 Indigo

📋 copy color: '#641690'

red 100 ◦ green 22 ◦ blue 144

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

Shades of Indigo #641690

Tints of Indigo #641690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 37.59%
G = 8.27%
B = 54.14%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#641690 (or 0x641690) is known color: Indigo. HEX triplet: 64, 16 and 90. RGB value is (100,22,144). Sum of RGB (Red+Green+Blue) = 100+22+144=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #641690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641690 is #9BE96F. Grayscale: #3A3A3A. Windows color (decimal): -10217840 or 9442916. OLE color: 9442916.

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

Color convert

RGB 100 22 144 -
CMYK 0.31 0.85 0 0.44
HSL 278.36º 0.73% 0.33% -
HSV(B) 278.36º 0.85% 0.56% -
XYZ 10.58 5.3 26.85 -
YUV 59.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 100 22 144 0.31 0.85 0 0.44 278.36 0.73 0.33
Hex 64 16 90 1F 55 0 2C 116 49 21
Octal 144 26 220 37 125 0 54 426 111 41
Binary 1100100 10110 10010000 11111 1010101 0 101100 100010110 1001001 100001

Color Harmonies of #641690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641690

Black with #641690

Text Example


Text Example

White with #641690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641690; }

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

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

background-color css

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

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

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

border-color css

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

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

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