Html Css Color HEX #641680 Indigo

📋 copy color: '#641680'

red 100 ◦ green 22 ◦ blue 128

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

Shades of Indigo #641680

Tints of Indigo #641680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 40%
G = 8.8%
B = 51.2%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#641680 (or 0x641680) is known color: Indigo. HEX triplet: 64, 16 and 80. RGB value is (100,22,128). Sum of RGB (Red+Green+Blue) = 100+22+128=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #641680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641680 is #9BE97F. Grayscale: #393939. Windows color (decimal): -10217856 or 8394340. OLE color: 8394340.

HSL color Cylindrical-coordinate representation of color #641680: hue angle of 284.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641680 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 22 128 -
CMYK 0.22 0.83 0 0.50
HSL 284.15º 0.71% 0.29% -
HSV(B) 284.15º 0.83% 0.5% -
XYZ 9.44 4.84 20.86 -
YUV 57.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 100 22 128 0.22 0.83 0 0.50 284.15 0.71 0.29
Hex 64 16 80 16 53 0 32 11C 47 1D
Octal 144 26 200 26 123 0 62 434 107 35
Binary 1100100 10110 10000000 10110 1010011 0 110010 100011100 1000111 11101

Color Harmonies of #641680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641680

Black with #641680

Text Example


Text Example

White with #641680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641680; }

 p { color: rgb(100,22,128); }

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

background-color css

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

 a { background-color: rgb(100,22,128); }

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

border-color css

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

 span { border-color: rgb(100,22,128); }

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