Html Css Color HEX #641081 Indigo

📋 copy color: '#641081'

red 100 ◦ green 16 ◦ blue 129

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

Shades of Indigo #641081

Tints of Indigo #641081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.65%

R = 40.82%
G = 6.53%
B = 52.65%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#641081 (or 0x641081) is known color: Indigo. HEX triplet: 64, 10 and 81. RGB value is (100,16,129). Sum of RGB (Red+Green+Blue) = 100+16+129=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #641081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641081 is #9BEF7E. Grayscale: #353535. Windows color (decimal): -10219391 or 8458340. OLE color: 8458340.

HSL color Cylindrical-coordinate representation of color #641081: hue angle of 284.6º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641081 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 16 129 -
CMYK 0.22 0.88 0 0.49
HSL 284.6º 0.78% 0.28% -
HSV(B) 284.6º 0.88% 0.51% -
XYZ 9.4 4.66 21.17 -
YUV 54 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 100 16 129 0.22 0.88 0 0.49 284.6 0.78 0.28
Hex 64 10 81 16 58 0 31 11D 4E 1C
Octal 144 20 201 26 130 0 61 435 116 34
Binary 1100100 10000 10000001 10110 1011000 0 110001 100011101 1001110 11100

Color Harmonies of #641081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641081

Black with #641081

Text Example


Text Example

White with #641081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641081; }

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

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

background-color css

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

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

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

border-color css

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

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

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