Html Css Color HEX #641086 Indigo

📋 copy color: '#641086'

red 100 ◦ green 16 ◦ blue 134

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

Shades of Indigo #641086

Tints of Indigo #641086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.6%

R = 40%
G = 6.4%
B = 53.6%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#641086 (or 0x641086) is known color: Indigo. HEX triplet: 64, 10 and 86. RGB value is (100,16,134). Sum of RGB (Red+Green+Blue) = 100+16+134=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #641086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641086 is #9BEF79. Grayscale: #363636. Windows color (decimal): -10219386 or 8786020. OLE color: 8786020.

HSL color Cylindrical-coordinate representation of color #641086: hue angle of 282.71º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641086 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 16 134 -
CMYK 0.25 0.88 0 0.47
HSL 282.71º 0.79% 0.29% -
HSV(B) 282.71º 0.88% 0.53% -
XYZ 9.74 4.8 22.97 -
YUV 54.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 100 16 134 0.25 0.88 0 0.47 282.71 0.79 0.29
Hex 64 10 86 19 58 0 2F 11B 4F 1D
Octal 144 20 206 31 130 0 57 433 117 35
Binary 1100100 10000 10000110 11001 1011000 0 101111 100011011 1001111 11101

Color Harmonies of #641086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641086

Black with #641086

Text Example


Text Example

White with #641086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641086; }

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

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

background-color css

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

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

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

border-color css

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

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

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