Html Css Color HEX #641281 Indigo

📋 copy color: '#641281'

red 100 ◦ green 18 ◦ blue 129

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

Shades of Indigo #641281

Tints of Indigo #641281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 40.49%
G = 7.29%
B = 52.23%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#641281 (or 0x641281) is known color: Indigo. HEX triplet: 64, 12 and 81. RGB value is (100,18,129). Sum of RGB (Red+Green+Blue) = 100+18+129=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #641281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641281 is #9BED7E. Grayscale: #363636. Windows color (decimal): -10218879 or 8458852. OLE color: 8458852.

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

Color convert

RGB 100 18 129 -
CMYK 0.22 0.86 0 0.49
HSL 284.32º 0.76% 0.29% -
HSV(B) 284.32º 0.86% 0.51% -
XYZ 9.43 4.73 21.18 -
YUV 55.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 100 18 129 0.22 0.86 0 0.49 284.32 0.76 0.29
Hex 64 12 81 16 56 0 31 11C 4C 1D
Octal 144 22 201 26 126 0 61 434 114 35
Binary 1100100 10010 10000001 10110 1010110 0 110001 100011100 1001100 11101

Color Harmonies of #641281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641281

Black with #641281

Text Example


Text Example

White with #641281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641281; }

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

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

background-color css

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

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

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

border-color css

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

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

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