Html Css Color HEX #641890 Indigo

📋 copy color: '#641890'

red 100 ◦ green 24 ◦ blue 144

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

Shades of Indigo #641890

Tints of Indigo #641890

RGB

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

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

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

R = 37.31%
G = 8.96%
B = 53.73%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#641890 (or 0x641890) is known color: Indigo. HEX triplet: 64, 18 and 90. RGB value is (100,24,144). Sum of RGB (Red+Green+Blue) = 100+24+144=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #641890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641890 is #9BE76F. Grayscale: #3C3C3C. Windows color (decimal): -10217328 or 9443428. OLE color: 9443428.

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

Color convert

RGB 100 24 144 -
CMYK 0.31 0.83 0 0.44
HSL 278º 0.71% 0.33% -
HSV(B) 278º 0.83% 0.56% -
XYZ 10.62 5.38 26.86 -
YUV 60.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 100 24 144 0.31 0.83 0 0.44 278 0.71 0.33
Hex 64 18 90 1F 53 0 2C 116 47 21
Octal 144 30 220 37 123 0 54 426 107 41
Binary 1100100 11000 10010000 11111 1010011 0 101100 100010110 1000111 100001

Color Harmonies of #641890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641890

Black with #641890

Text Example


Text Example

White with #641890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641890; }

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

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

background-color css

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

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

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

border-color css

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

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

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