Html Css Color HEX #641184 Indigo

📋 copy color: '#641184'

red 100 ◦ green 17 ◦ blue 132

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

Shades of Indigo #641184

Tints of Indigo #641184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 40.16%
G = 6.83%
B = 53.01%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641184 (or 0x641184) is known color: Indigo. HEX triplet: 64, 11 and 84. RGB value is (100,17,132). Sum of RGB (Red+Green+Blue) = 100+17+132=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #641184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641184 is #9BEE7B. Grayscale: #363636. Windows color (decimal): -10219132 or 8655204. OLE color: 8655204.

HSL color Cylindrical-coordinate representation of color #641184: hue angle of 283.3º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641184 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 17 132 -
CMYK 0.24 0.87 0 0.48
HSL 283.3º 0.77% 0.29% -
HSV(B) 283.3º 0.87% 0.52% -
XYZ 9.62 4.78 22.24 -
YUV 54.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 100 17 132 0.24 0.87 0 0.48 283.3 0.77 0.29
Hex 64 11 84 18 57 0 30 11B 4D 1D
Octal 144 21 204 30 127 0 60 433 115 35
Binary 1100100 10001 10000100 11000 1010111 0 110000 100011011 1001101 11101

Color Harmonies of #641184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641184

Black with #641184

Text Example


Text Example

White with #641184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641184; }

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

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

background-color css

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

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

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

border-color css

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

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

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