Html Css Color HEX #641394 Indigo

📋 copy color: '#641394'

red 100 ◦ green 19 ◦ blue 148

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

Shades of Indigo #641394

Tints of Indigo #641394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 37.45%
G = 7.12%
B = 55.43%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641394 (or 0x641394) is known color: Indigo. HEX triplet: 64, 13 and 94. RGB value is (100,19,148). Sum of RGB (Red+Green+Blue) = 100+19+148=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #641394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641394 is #9BEC6B. Grayscale: #393939. Windows color (decimal): -10218604 or 9704292. OLE color: 9704292.

HSL color Cylindrical-coordinate representation of color #641394: hue angle of 277.67º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641394 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 19 148 -
CMYK 0.32 0.87 0 0.42
HSL 277.67º 0.77% 0.33% -
HSV(B) 277.67º 0.87% 0.58% -
XYZ 10.83 5.31 28.47 -
YUV 57.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 100 19 148 0.32 0.87 0 0.42 277.67 0.77 0.33
Hex 64 13 94 20 57 0 2A 116 4D 21
Octal 144 23 224 40 127 0 52 426 115 41
Binary 1100100 10011 10010100 100000 1010111 0 101010 100010110 1001101 100001

Color Harmonies of #641394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641394

Black with #641394

Text Example


Text Example

White with #641394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641394; }

 p { color: rgb(100,19,148); }

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

background-color css

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

 a { background-color: rgb(100,19,148); }

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

border-color css

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

 span { border-color: rgb(100,19,148); }

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