Html Css Color HEX #641094 Indigo

📋 copy color: '#641094'

red 100 ◦ green 16 ◦ blue 148

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

Shades of Indigo #641094

Tints of Indigo #641094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

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

R = 37.88%
G = 6.06%
B = 56.06%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641094 (or 0x641094) is known color: Indigo. HEX triplet: 64, 10 and 94. RGB value is (100,16,148). Sum of RGB (Red+Green+Blue) = 100+16+148=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #641094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641094 is #9BEF6B. Grayscale: #373737. Windows color (decimal): -10219372 or 9703524. OLE color: 9703524.

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

Color convert

RGB 100 16 148 -
CMYK 0.32 0.89 0 0.42
HSL 278.18º 0.8% 0.32% -
HSV(B) 278.18º 0.89% 0.58% -
XYZ 10.79 5.22 28.46 -
YUV 56.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 100 16 148 0.32 0.89 0 0.42 278.18 0.8 0.32
Hex 64 10 94 20 59 0 2A 116 50 20
Octal 144 20 224 40 131 0 52 426 120 40
Binary 1100100 10000 10010100 100000 1011001 0 101010 100010110 1010000 100000

Color Harmonies of #641094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641094

Black with #641094

Text Example


Text Example

White with #641094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641094; }

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

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

background-color css

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

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

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

border-color css

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

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

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