Html Css Color HEX #641490 Indigo

📋 copy color: '#641490'

red 100 ◦ green 20 ◦ blue 144

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

Shades of Indigo #641490

Tints of Indigo #641490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 37.88%
G = 7.58%
B = 54.55%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#641490 (or 0x641490) is known color: Indigo. HEX triplet: 64, 14 and 90. RGB value is (100,20,144). Sum of RGB (Red+Green+Blue) = 100+20+144=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #641490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641490 is #9BEB6F. Grayscale: #393939. Windows color (decimal): -10218352 or 9442404. OLE color: 9442404.

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

Color convert

RGB 100 20 144 -
CMYK 0.31 0.86 0 0.44
HSL 278.71º 0.76% 0.32% -
HSV(B) 278.71º 0.86% 0.56% -
XYZ 10.54 5.22 26.84 -
YUV 58.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 100 20 144 0.31 0.86 0 0.44 278.71 0.76 0.32
Hex 64 14 90 1F 56 0 2C 117 4C 20
Octal 144 24 220 37 126 0 54 427 114 40
Binary 1100100 10100 10010000 11111 1010110 0 101100 100010111 1001100 100000

Color Harmonies of #641490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641490

Black with #641490

Text Example


Text Example

White with #641490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641490; }

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

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

background-color css

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

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

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

border-color css

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

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

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