Html Css Color HEX #641193 Indigo

📋 copy color: '#641193'

red 100 ◦ green 17 ◦ blue 147

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

Shades of Indigo #641193

Tints of Indigo #641193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 37.88%
G = 6.44%
B = 55.68%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641193 (or 0x641193) is known color: Indigo. HEX triplet: 64, 11 and 93. RGB value is (100,17,147). Sum of RGB (Red+Green+Blue) = 100+17+147=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #641193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641193 is #9BEE6C. Grayscale: #383838. Windows color (decimal): -10219117 or 9638244. OLE color: 9638244.

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

Color convert

RGB 100 17 147 -
CMYK 0.32 0.88 0 0.42
HSL 278.31º 0.79% 0.32% -
HSV(B) 278.31º 0.88% 0.58% -
XYZ 10.72 5.22 28.05 -
YUV 56.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 100 17 147 0.32 0.88 0 0.42 278.31 0.79 0.32
Hex 64 11 93 20 58 0 2A 116 4F 20
Octal 144 21 223 40 130 0 52 426 117 40
Binary 1100100 10001 10010011 100000 1011000 0 101010 100010110 1001111 100000

Color Harmonies of #641193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641193

Black with #641193

Text Example


Text Example

White with #641193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641193; }

 p { color: rgb(100,17,147); }

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

background-color css

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

 a { background-color: rgb(100,17,147); }

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

border-color css

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

 span { border-color: rgb(100,17,147); }

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