Html Css Color HEX #641099 Indigo

📋 copy color: '#641099'

red 100 ◦ green 16 ◦ blue 153

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

Shades of Indigo #641099

Tints of Indigo #641099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 37.17%
G = 5.95%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#641099 (or 0x641099) is known color: Indigo. HEX triplet: 64, 10 and 99. RGB value is (100,16,153). Sum of RGB (Red+Green+Blue) = 100+16+153=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #641099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641099 is #9BEF66. Grayscale: #383838. Windows color (decimal): -10219367 or 10031204. OLE color: 10031204.

HSL color Cylindrical-coordinate representation of color #641099: hue angle of 276.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #641099 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 16 153 -
CMYK 0.35 0.90 0 0.4
HSL 276.79º 0.81% 0.33% -
HSV(B) 276.79º 0.9% 0.6% -
XYZ 11.19 5.38 30.59 -
YUV 56.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 100 16 153 0.35 0.90 0 0.4 276.79 0.81 0.33
Hex 64 10 99 23 5A 0 28 115 51 21
Octal 144 20 231 43 132 0 50 425 121 41
Binary 1100100 10000 10011001 100011 1011010 0 101000 100010101 1010001 100001

Color Harmonies of #641099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641099

Black with #641099

Text Example


Text Example

White with #641099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641099; }

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

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

background-color css

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

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

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

border-color css

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

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

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